diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-10-20 07:43:18 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-10-20 07:45:21 +0000 |
commit | eb7432b55af1e513e7a107bcc397d5eeaff84855 (patch) | |
tree | 002a106ca00e83e68c656ac7157b3bbb75fecd08 /testing/fortune | |
parent | 9814b092961ae15cbfea490a0323ae5af960a820 (diff) | |
download | aports-eb7432b55af1e513e7a107bcc397d5eeaff84855.tar.bz2 aports-eb7432b55af1e513e7a107bcc397d5eeaff84855.tar.xz |
testing/fortune: disable on arm
depends on libbsd which is not available on arm
Diffstat (limited to 'testing/fortune')
-rw-r--r-- | testing/fortune/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fortune/APKBUILD b/testing/fortune/APKBUILD index b879009c07..c451e383f3 100644 --- a/testing/fortune/APKBUILD +++ b/testing/fortune/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.1 pkgrel=0 pkgdesc="Fortune cookie program ported from OpenBSD" url="https://github.com/ahills/fortune" -arch="all" +arch="x86 x86_64" license="BSD" depends="" depends_dev="" |