aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-10 05:49:56 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-10 05:49:56 -0300
commitc0d166d5b136bc5aca00381cd0d30c180f0c888b (patch)
tree962d62741474532dfef3adf6788d0d5ba4481392
parentddcb7f7b89c2aaf63a49de1464665956c5502059 (diff)
downloadalpine_aports-c0d166d5b136bc5aca00381cd0d30c180f0c888b.tar.bz2
alpine_aports-c0d166d5b136bc5aca00381cd0d30c180f0c888b.tar.xz
alpine_aports-c0d166d5b136bc5aca00381cd0d30c180f0c888b.zip
testing/pcsxr: disable on ppc64le
-rw-r--r--testing/pcsxr/APKBUILD2
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
5pkgrel=0 5pkgrel=0
6pkgdesc="Sony PlayStation emulator" 6pkgdesc="Sony PlayStation emulator"
7url="https://pcsxr.codeplex.com/" 7url="https://pcsxr.codeplex.com/"
8arch="all" 8arch="all !ppc64le"
9license="GPL-3.0-or-later" 9license="GPL-3.0-or-later"
10depends="libtxc_dxtn" 10depends="libtxc_dxtn"
11makedepends="autoconf automake libglade-dev libtool gtk+3.0-dev sdl-dev mesa-dev 11makedepends="autoconf automake libglade-dev libtool gtk+3.0-dev sdl-dev mesa-dev