aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libretro-desmume
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-10 17:22:27 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-10 17:22:56 -0300
commit5b96ad4e358041915892d7a60bdeedbf6be318d6 (patch)
treecc0c81a43d4448fe17ec2de5bc81c9d9792dced1 /testing/libretro-desmume
parentda3bca556b7e95e800a06d0a9181506728edf2ce (diff)
downloadaports-5b96ad4e358041915892d7a60bdeedbf6be318d6.tar.bz2
aports-5b96ad4e358041915892d7a60bdeedbf6be318d6.tar.xz
testing/libretro-desmume: limit on s390x and ppc64le
Diffstat (limited to 'testing/libretro-desmume')
-rw-r--r--testing/libretro-desmume/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libretro-desmume/APKBUILD b/testing/libretro-desmume/APKBUILD
index e2b3b2fa8a..b4607b146d 100644
--- a/testing/libretro-desmume/APKBUILD
+++ b/testing/libretro-desmume/APKBUILD
@@ -5,7 +5,7 @@ _pkgname=desmume
pkgver=0.9.4_git20190727
pkgrel=0
_commit="c5a899af82854f71ba7654d8af223aef17ca2bba"
-arch="all"
+arch="all !s390x !ppc64le"
url="https://github.com/libretro/desmume"
pkgdesc="Nintendo DS core for libretro"
license="GPL-2.0-or-later"