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: Tue, 01 Feb 2022 05:57:49
Message-Id: 1643695025.8049f82eb4bca1384c622003e5456f8ebd03a485.sam@gentoo
1 commit: 8049f82eb4bca1384c622003e5456f8ebd03a485
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 05:57:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 05:57:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8049f82e
7
8 dev-libs/leveldb: Stabilize 1.23-r2 arm64, #832394
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/leveldb/leveldb-1.23-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/leveldb/leveldb-1.23-r2.ebuild b/dev-libs/leveldb/leveldb-1.23-r2.ebuild
16 index 5a4147da05ea..cdad7436de05 100644
17 --- a/dev-libs/leveldb/leveldb-1.23-r2.ebuild
18 +++ b/dev-libs/leveldb/leveldb-1.23-r2.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 ~arm64 ~mips ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~amd64 ~arm arm64 ~mips ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
25 IUSE="+crc32c +snappy +tcmalloc test"
26
27 RESTRICT="!test? ( test )"