diff options
author | ossdev <ossdev@puresoftware.com> | 2019-06-04 16:41:16 +0530 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-11 13:48:05 +0000 |
commit | 46eefbd06a1b2f2edeff2ef4a0ef5a7e4865cf86 (patch) | |
tree | 8328f36c295a21aa9d4216fd4820163be5296884 | |
parent | a5ed25b5fb8b785cdfb72c294466b39347fc7a8f (diff) | |
download | aports-46eefbd06a1b2f2edeff2ef4a0ef5a7e4865cf86.tar.bz2 aports-46eefbd06a1b2f2edeff2ef4a0ef5a7e4865cf86.tar.xz |
community/[various]: add aarch64 support
enable aarch64 support for:
- cassandra-cpp-driver
- ddrescue
- elasiticsearch
- john
Signed-off-by: ossdev <ossdev@puresoftware.com>
-rw-r--r-- | community/cassandra-cpp-driver/APKBUILD | 2 | ||||
-rw-r--r-- | community/ddrescue/APKBUILD | 2 | ||||
-rw-r--r-- | community/elasticsearch/APKBUILD | 2 | ||||
-rw-r--r-- | community/john/APKBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/community/cassandra-cpp-driver/APKBUILD b/community/cassandra-cpp-driver/APKBUILD index 287ed72fc1..9b0847025b 100644 --- a/community/cassandra-cpp-driver/APKBUILD +++ b/community/cassandra-cpp-driver/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.10.0 pkgrel=0 pkgdesc="Cassandra CPP Driver" url="https://datastax.github.io/cpp-driver/" -arch="x86_64 x86 ppc64le" +arch="aarch64 x86_64 x86 ppc64le" license="Apache-2.0" options="!check" # FIXME: cassandra_integration_tests won't link depends="" diff --git a/community/ddrescue/APKBUILD b/community/ddrescue/APKBUILD index 00a272c789..014bd0474e 100644 --- a/community/ddrescue/APKBUILD +++ b/community/ddrescue/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.24 pkgrel=0 pkgdesc="Data recovery tool for block devices with errors" url="https://www.gnu.org/s/ddrescue/ddrescue.html" -arch="all !aarch64" +arch="all" license="GPL-3.0-or-later" subpackages="$pkgname-doc" source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz" diff --git a/community/elasticsearch/APKBUILD b/community/elasticsearch/APKBUILD index d1472a93b8..19e45f21b4 100644 --- a/community/elasticsearch/APKBUILD +++ b/community/elasticsearch/APKBUILD @@ -5,7 +5,7 @@ pkgver=6.4.3 pkgrel=0 pkgdesc="Open Source, Distributed, RESTful Search Engine" url="https://www.elastic.co/products/elasticsearch" -arch="x86 x86_64 ppc64le" +arch="aarch64 x86 x86_64 ppc64le" license="Apache-2.0" depends="java-jna-native>=4.1 openjdk8-jre bash" makedepends="" diff --git a/community/john/APKBUILD b/community/john/APKBUILD index 492c5e7265..5fa32568c1 100644 --- a/community/john/APKBUILD +++ b/community/john/APKBUILD @@ -7,7 +7,7 @@ _pkgrel=jumbo-1 pkgrel=0 pkgdesc="John the Ripper password cracker" url="http://www.openwall.com/john" -arch="x86_64 armhf armv7" +arch="aarch64 x86_64 armhf armv7" license="GPL-2.0" depends="nss" options="!strip" |