diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 19:40:15 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 19:40:15 +0100 |
commit | 20e28bd69b823376a3f369b1decbb7da7bccd1e0 (patch) | |
tree | 440d71a8e54de83cf2265827cb465ed34a5be25b /testing | |
parent | 90045a15477c75b537edd6c4c28ddfe19a6dd154 (diff) | |
download | aports-20e28bd69b823376a3f369b1decbb7da7bccd1e0.tar.bz2 aports-20e28bd69b823376a3f369b1decbb7da7bccd1e0.tar.xz |
testing/fs-uae-launcher: disable on aarch64 - fs-uae is N/A
Diffstat (limited to 'testing')
-rw-r--r-- | testing/fs-uae-launcher/APKBUILD | 2 |
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" |