diff options
author | Sam James <sam@gentoo.org> | 2021-10-27 23:35:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-27 23:35:15 +0100 |
commit | a49ff8a380a7f05fe7b59ffe8a905e663396c966 (patch) | |
tree | 14268a716e6a7a14f68d9e7446d5c4aebdd44446 /dev-libs/leveldb/leveldb-1.23-r1.ebuild | |
parent | dev-libs/crc32c: Keyword 1.1.2-r1 arm64, #807025 (diff) | |
download | gentoo-a49ff8a380a7f05fe7b59ffe8a905e663396c966.tar.gz gentoo-a49ff8a380a7f05fe7b59ffe8a905e663396c966.tar.bz2 gentoo-a49ff8a380a7f05fe7b59ffe8a905e663396c966.zip |
dev-libs/leveldb: Keyword 1.23-r1 arm64, #807025
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/leveldb/leveldb-1.23-r1.ebuild')
-rw-r--r-- | dev-libs/leveldb/leveldb-1.23-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/leveldb/leveldb-1.23-r1.ebuild b/dev-libs/leveldb/leveldb-1.23-r1.ebuild index 0d2eed03d098..80c4ce8f7c15 100644 --- a/dev-libs/leveldb/leveldb-1.23-r1.ebuild +++ b/dev-libs/leveldb/leveldb-1.23-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}. LICENSE="BSD" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="+crc32c +snappy +tcmalloc test" RESTRICT="!test? ( test )" |