Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leveldb/
Date: Wed, 27 Oct 2021 22:35:33
Message-Id: 1635374115.a49ff8a380a7f05fe7b59ffe8a905e663396c966.sam@gentoo
1 commit: a49ff8a380a7f05fe7b59ffe8a905e663396c966
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 22:35:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 22:35:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49ff8a3
7
8 dev-libs/leveldb: Keyword 1.23-r1 arm64, #807025
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/leveldb/leveldb-1.23-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/leveldb/leveldb-1.23-r1.ebuild b/dev-libs/leveldb/leveldb-1.23-r1.ebuild
16 index 0d2eed03d09..80c4ce8f7c1 100644
17 --- a/dev-libs/leveldb/leveldb-1.23-r1.ebuild
18 +++ b/dev-libs/leveldb/leveldb-1.23-r1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.
20
21 LICENSE="BSD"
22 SLOT="0/1"
23 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
25 IUSE="+crc32c +snappy +tcmalloc test"
26
27 RESTRICT="!test? ( test )"