diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-10 05:49:56 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-10 05:49:56 -0300 |
commit | c0d166d5b136bc5aca00381cd0d30c180f0c888b (patch) | |
tree | 962d62741474532dfef3adf6788d0d5ba4481392 /testing/pcsxr/APKBUILD | |
parent | ddcb7f7b89c2aaf63a49de1464665956c5502059 (diff) | |
download | aports-c0d166d5b136bc5aca00381cd0d30c180f0c888b.tar.bz2 aports-c0d166d5b136bc5aca00381cd0d30c180f0c888b.tar.xz |
testing/pcsxr: disable on ppc64le
Diffstat (limited to 'testing/pcsxr/APKBUILD')
-rw-r--r-- | testing/pcsxr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pcsxr/APKBUILD b/testing/pcsxr/APKBUILD index 1ff0496cec..c68c3909dd 100644 --- a/testing/pcsxr/APKBUILD +++ b/testing/pcsxr/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.9.95 pkgrel=0 pkgdesc="Sony PlayStation emulator" url="https://pcsxr.codeplex.com/" -arch="all" +arch="all !ppc64le" license="GPL-3.0-or-later" depends="libtxc_dxtn" makedepends="autoconf automake libglade-dev libtool gtk+3.0-dev sdl-dev mesa-dev |