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:42:26
Message-Id: 1635374534.d8ff1489471b767fc4da126463b3b7ebc4db7811.sam@gentoo
1 commit: d8ff1489471b767fc4da126463b3b7ebc4db7811
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 22:42:14 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 22:42:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ff1489
7
8 dev-libs/leveldb: Keyword 1.23-r1 sparc, #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 80c4ce8f7c1..498da29525e 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 ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
25 IUSE="+crc32c +snappy +tcmalloc test"
26
27 RESTRICT="!test? ( test )"