diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-02-13 12:40:33 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-02-13 12:40:56 +0000 |
commit | f3754fe0180308599c2eb10e614536e62cf6839d (patch) | |
tree | 83e3846edbf157e18b14bcb807faa5aace374230 /testing/seamonkey | |
parent | 50b3ed90d094c089367f408ae89668a167e23179 (diff) | |
download | aports-f3754fe0180308599c2eb10e614536e62cf6839d.tar.bz2 aports-f3754fe0180308599c2eb10e614536e62cf6839d.tar.xz |
testing/seamonkey: build only for x86_64
Diffstat (limited to 'testing/seamonkey')
-rw-r--r-- | testing/seamonkey/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/seamonkey/APKBUILD b/testing/seamonkey/APKBUILD index 5a9ce7f11d..651de00c4f 100644 --- a/testing/seamonkey/APKBUILD +++ b/testing/seamonkey/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Marc Vertes <mvertes@free.fr> pkgname=seamonkey pkgver=2.46 -pkgrel=2 +pkgrel=3 pkgdesc="all-in-one internet application suite" url="http://www.seamonkey-project.org" -arch="all !aarch64 !armhf" +arch="x86_64" license="MPL" depends="" makedepends="unzip zip gtk+2.0-dev yasm alsa-lib-dev libxt-dev linux-headers |