diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-01-27 03:45:14 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-01-27 03:45:14 +0200 |
commit | 2c1f8060de275f90f6b0c41563fa29595322e461 (patch) | |
tree | f48fc3279906264328be143a93d5fe16efd3f99d /testing/mame/APKBUILD | |
parent | 281a51e3225e7838f5d95c745e5611fa1484c7e5 (diff) | |
download | aports-2c1f8060de275f90f6b0c41563fa29595322e461.tar.bz2 aports-2c1f8060de275f90f6b0c41563fa29595322e461.tar.xz |
testing/mame: disable for armhf
Diffstat (limited to 'testing/mame/APKBUILD')
-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 6f35146991..a70d8d171a 100644 --- a/testing/mame/APKBUILD +++ b/testing/mame/APKBUILD @@ -6,7 +6,7 @@ _pkgver=${pkgver/.} pkgrel=1 pkgdesc="Multi Arcade Machine Emulator with GroovyMAME/Switchres/No-nag patchset." url="https://mamedev.org" -arch="all" +arch="all !armhf" # fails with clang 5 https://github.com/alpinelinux/aports/pull/6042#issuecomment-455065598 license="GPL-2.0-or-later" depends="$pkgname-common" makedepends=" |