diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-17 15:37:36 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-17 15:37:52 +0000 |
commit | 089f340b2ca3e069ea93dd8513808be6b92ac637 (patch) | |
tree | 5f107dc27fdf0652f45203295ed6041075efee2f /community/fortune | |
parent | 322208f72a48f2a04355796a4afea846d56302eb (diff) | |
download | aports-089f340b2ca3e069ea93dd8513808be6b92ac637.tar.bz2 aports-089f340b2ca3e069ea93dd8513808be6b92ac637.tar.xz |
community/fortune: enable build on ppc64le
Diffstat (limited to 'community/fortune')
-rw-r--r-- | community/fortune/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fortune/APKBUILD b/community/fortune/APKBUILD index c2738d8e0e..7ff61719b6 100644 --- a/community/fortune/APKBUILD +++ b/community/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="x86 x86_64" +arch="x86 x86_64 ppc64le" license="BSD" depends="" depends_dev="" |