aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mame/APKBUILD
diff options
context:
space:
mode:
authorTaner Tas <taner76@gmail.com>2019-02-03 16:46:59 +0300
committerAndy Postnikov <apostnikov@gmail.com>2019-02-03 15:58:58 +0200
commite7a1be8bb2bac70e2dd976e3cb2516679d06b0f3 (patch)
treefcdfc2d4b42784ff64a02360bffcf23e2597451b /testing/mame/APKBUILD
parent2114a900ee679383809f99fa2690a5c0402a040e (diff)
downloadaports-e7a1be8bb2bac70e2dd976e3cb2516679d06b0f3.tar.bz2
aports-e7a1be8bb2bac70e2dd976e3cb2516679d06b0f3.tar.xz
testing/mame: revert s390x to clang
* s390x build seems fine according to build logs of 0.206-r0
Diffstat (limited to 'testing/mame/APKBUILD')
-rw-r--r--testing/mame/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/mame/APKBUILD b/testing/mame/APKBUILD
index 03507f22c4..e5d8af2998 100644
--- a/testing/mame/APKBUILD
+++ b/testing/mame/APKBUILD
@@ -3,7 +3,7 @@
pkgname=mame
pkgver=0.206
_pkgver=${pkgver/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Multi Arcade Machine Emulator with GroovyMAME/Switchres/No-nag patchset."
url="https://mamedev.org"
arch="all"
@@ -85,8 +85,8 @@ build() {
esac
case "$CARCH" in
- armhf|s390x)
- # clang segfaults on armhf,s390x
+ armhf)
+ # clang segfaults on armhf
true
;;
*)