diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-02-03 04:20:31 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-02-03 04:20:31 +0200 |
commit | 70d322a507c9ad2be0a91c71d9e0ed2143a2449e (patch) | |
tree | 393ce67eb425c886111c9265a3033b79482a48cd /testing | |
parent | 14b4550253d0cd422c1893da2a6234945318ba6d (diff) | |
download | aports-70d322a507c9ad2be0a91c71d9e0ed2143a2449e.tar.bz2 aports-70d322a507c9ad2be0a91c71d9e0ed2143a2449e.tar.xz |
testing/mame: disable on armhf and s390x
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mame/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mame/APKBUILD b/testing/mame/APKBUILD index d0ca411d8b..9de80253d6 100644 --- a/testing/mame/APKBUILD +++ b/testing/mame/APKBUILD @@ -6,7 +6,7 @@ _pkgver=${pkgver/.} pkgrel=0 pkgdesc="Multi Arcade Machine Emulator with GroovyMAME/Switchres/No-nag patchset." url="https://mamedev.org" -arch="all" +arch="all !armhf !s390x" license="GPL-2.0-or-later" depends="$pkgname-common" makedepends=" |