diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-07 16:16:52 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-07 16:16:52 +0100 |
commit | 6c9cd6dc9c92a7a0f68cb079d6146611a099de61 (patch) | |
tree | afb2df55700ef5d6ddfa6bf2bc917934067d4866 /testing/elektra | |
parent | afe77c51e5bf5b017a4b3782fd9107235efd0f94 (diff) | |
download | aports-6c9cd6dc9c92a7a0f68cb079d6146611a099de61.tar.bz2 aports-6c9cd6dc9c92a7a0f68cb079d6146611a099de61.tar.xz |
testing/elektra: enable on aarch64
Diffstat (limited to 'testing/elektra')
-rw-r--r-- | testing/elektra/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/elektra/APKBUILD b/testing/elektra/APKBUILD index f07a7a9ba0..a489fc5dc4 100644 --- a/testing/elektra/APKBUILD +++ b/testing/elektra/APKBUILD @@ -8,8 +8,7 @@ pkgver=0.8.21 pkgrel=0 pkgdesc="A universal and secure framework to access configuration parameters" url="https://www.libelektra.org" -# aarch64: fails to build -arch="all !aarch64" +arch="all" license="BSD-3-Clause" _luaver=5.3 # kdb doesn't work correctly without these plugins. |