diff options
Diffstat (limited to 'testing/steghide/APKBUILD')
-rw-r--r-- | testing/steghide/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/steghide/APKBUILD b/testing/steghide/APKBUILD index 02d1c6b4b8..be6ebb6fca 100644 --- a/testing/steghide/APKBUILD +++ b/testing/steghide/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.1 pkgrel=0 pkgdesc="Steganography program that is able to hide data in various kinds of image- and audio-files" url="http://steghide.sourceforge.net/index.php" -arch="all" +arch="all !ppc64le" license="GPL" makedepends="libmcrypt-dev jpeg-dev zlib-dev libmhash-dev bash libtool automake autoconf" |