diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-02 14:10:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-02 14:10:05 +0000 |
commit | aab5eb9ab8e63c58675f32c9736f8508f3d215be (patch) | |
tree | 097f1328f4c554037ed18ba8d2c80cf7de5ca267 /testing/gnome-autoar | |
parent | 53800188416151867cb6a515b72cf9b46c22d01f (diff) | |
download | aports-aab5eb9ab8e63c58675f32c9736f8508f3d215be.tar.bz2 aports-aab5eb9ab8e63c58675f32c9736f8508f3d215be.tar.xz |
testing/gnome-autoar: disable on s390x
Diffstat (limited to 'testing/gnome-autoar')
-rw-r--r-- | testing/gnome-autoar/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gnome-autoar/APKBUILD b/testing/gnome-autoar/APKBUILD index a1214f8c53..ccfc45f7a5 100644 --- a/testing/gnome-autoar/APKBUILD +++ b/testing/gnome-autoar/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.2.2 pkgrel=0 pkgdesc="GNOME archive extraction library" url="http://www.gnome.org/" -arch="all" +arch="all !s390x" license="GPL" depends="" depends_dev="gnome-desktop-dev libarchive-dev" |