aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fs-uae-launcher
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-10 19:40:15 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-10 19:40:15 +0100
commit20e28bd69b823376a3f369b1decbb7da7bccd1e0 (patch)
tree440d71a8e54de83cf2265827cb465ed34a5be25b /testing/fs-uae-launcher
parent90045a15477c75b537edd6c4c28ddfe19a6dd154 (diff)
downloadaports-20e28bd69b823376a3f369b1decbb7da7bccd1e0.tar.bz2
aports-20e28bd69b823376a3f369b1decbb7da7bccd1e0.tar.xz
testing/fs-uae-launcher: disable on aarch64 - fs-uae is N/A
Diffstat (limited to 'testing/fs-uae-launcher')
-rw-r--r--testing/fs-uae-launcher/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fs-uae-launcher/APKBUILD b/testing/fs-uae-launcher/APKBUILD
index 8a9f75be74..43c8fc9ed8 100644
--- a/testing/fs-uae-launcher/APKBUILD
+++ b/testing/fs-uae-launcher/APKBUILD
@@ -4,7 +4,7 @@ pkgver=2.8.3
pkgrel=1
pkgdesc="FS-UAE emulator launcher."
url="https://fs-uae.net/launcher"
-arch="noarch !ppc64le !armhf" # fs-uae not avail
+arch="noarch !ppc64le !armhf !aarch64" # fs-uae not avail
license="GPL-2.0-only"
depends="fs-uae~$pkgver py3-qt5"
makedepends="py3-setuptools gettext"