diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 07:19:52 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 07:19:52 +0000 |
commit | dac8444ca112e8dba4bbde0e9c7ac085a616d012 (patch) | |
tree | 224b749c44c2cde5211b70eccc9e3444400b0dc3 /testing/zafiro-icon-theme | |
parent | 70fdd46f1671ee7efd37280bec4df2368f8fe439 (diff) | |
download | aports-dac8444ca112e8dba4bbde0e9c7ac085a616d012.tar.bz2 aports-dac8444ca112e8dba4bbde0e9c7ac085a616d012.tar.xz |
testing/zafiro-icon-theme: disable on mips
Diffstat (limited to 'testing/zafiro-icon-theme')
-rw-r--r-- | testing/zafiro-icon-theme/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/zafiro-icon-theme/APKBUILD b/testing/zafiro-icon-theme/APKBUILD index ca24ab9b7b..f682badb65 100644 --- a/testing/zafiro-icon-theme/APKBUILD +++ b/testing/zafiro-icon-theme/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.0 pkgrel=0 pkgdesc="icon pack flat with light colors" url="https://github.com/zayronxio/Zafiro-icons" -arch="noarch !s390x" # librsvg +arch="noarch !s390x !mips !mips64" # librsvg license="GPL-3.0-only" depends="librsvg" options="!check" |