diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-09 14:55:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-09 14:55:46 +0000 |
commit | af160b022c07ff542cfb18cb1957ced400efe6b0 (patch) | |
tree | 34cf079d7a11bf7a793b7e84100f136c0c9d04f8 /testing/firefox/APKBUILD | |
parent | f25cdd24e2a49eed16a55e4738846038c4c91a04 (diff) | |
download | aports-af160b022c07ff542cfb18cb1957ced400efe6b0.tar.bz2 aports-af160b022c07ff542cfb18cb1957ced400efe6b0.tar.xz |
testing/firefox: disable on ppc64le
we need rust and cargo which we dont yet have for ppc64le
Diffstat (limited to 'testing/firefox/APKBUILD')
-rw-r--r-- | testing/firefox/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index 57aec92893..fcf83d92a6 100644 --- a/testing/firefox/APKBUILD +++ b/testing/firefox/APKBUILD @@ -7,7 +7,7 @@ _xulver=$pkgver pkgrel=0 pkgdesc="Firefox web browser" url="http://www.firefox.com" -arch="all !aarch64" +arch="all !aarch64 !ppc64le" license="GPL LGPL MPL" depends="" makedepends=" |