diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-07-13 23:48:30 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-07-13 23:48:30 +0000 |
commit | d1319b654fdf3ca52d0256cdb130b7b89bcbfd75 (patch) | |
tree | 89be0c4d34645a07ce986a4a708e1a8010ac446d /testing/weston | |
parent | 71fefd63595c2721719957a7e4e44f9d17d156f4 (diff) | |
download | aports-d1319b654fdf3ca52d0256cdb130b7b89bcbfd75.tar.bz2 aports-d1319b654fdf3ca52d0256cdb130b7b89bcbfd75.tar.xz |
testing/weston: not available on x86, s390x, ppc64le for now
Diffstat (limited to 'testing/weston')
-rw-r--r-- | testing/weston/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/weston/APKBUILD b/testing/weston/APKBUILD index a8a60c1821..807ed42da2 100644 --- a/testing/weston/APKBUILD +++ b/testing/weston/APKBUILD @@ -7,7 +7,7 @@ _libname=lib$pkgname _libdir=$_libname-${pkgver%%.*} pkgdesc="The reference Wayland server" url="http://wayland.freedesktop.org" -arch="all" +arch="all !s390x !x86 !ppc64le" license="MIT" depends="" makedepends="wayland-protocols libxkbcommon-dev xkeyboard-config |