aboutsummaryrefslogtreecommitdiff
path: root/testing/libretro-yabause
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 03:50:47 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 03:50:47 +0000
commit99e3f8c0171a89284207c803deeb35f21485440d (patch)
tree4989daaf01efc2168f706dcc7cca6aa38ef9f8b5 /testing/libretro-yabause
parenta5c2dfd1f3fcf573f2b29514825f2e6c35caec91 (diff)
downloadalpine_aports-99e3f8c0171a89284207c803deeb35f21485440d.tar.bz2
alpine_aports-99e3f8c0171a89284207c803deeb35f21485440d.tar.xz
alpine_aports-99e3f8c0171a89284207c803deeb35f21485440d.zip
testing/libretro-yabause: restrict to x86/x86_64
Diffstat (limited to 'testing/libretro-yabause')
-rw-r--r--testing/libretro-yabause/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libretro-yabause/APKBUILD b/testing/libretro-yabause/APKBUILD
index 78e70837a3..b5dd6eba49 100644
--- a/testing/libretro-yabause/APKBUILD
+++ b/testing/libretro-yabause/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
6_commit="9be109f9032afa793d2a79b837c4cc232cea5929" 6_commit="9be109f9032afa793d2a79b837c4cc232cea5929"
7pkgdesc="Yabause/YabaSanshiro/Kronos ports to libretro" 7pkgdesc="Yabause/YabaSanshiro/Kronos ports to libretro"
8url="https://github.com/libretro/yabause" 8url="https://github.com/libretro/yabause"
9arch="all !aarch64 !armv7 !armhf !ppc64le !s390x" 9arch="x86 x86_64" # uses SSE compiler flags
10license="GPL-2.0-only" 10license="GPL-2.0-only"
11source="$pkgname-$_commit.tar.gz::https://github.com/libretro/yabause/archive/$_commit.tar.gz" 11source="$pkgname-$_commit.tar.gz::https://github.com/libretro/yabause/archive/$_commit.tar.gz"
12builddir="$srcdir/yabause-$_commit" 12builddir="$srcdir/yabause-$_commit"