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: Thu, 16 Sep 2021 01:49:50
Message-Id: 1631756976.2809c26555336c0027674439aa2d16034482b0f8.sam@gentoo
1 commit: 2809c26555336c0027674439aa2d16034482b0f8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 16 01:49:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 01:49:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2809c265
7
8 dev-libs/leveldb: Keyword 1.23 ppc, #807025
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/leveldb/leveldb-1.23.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/leveldb/leveldb-1.23.ebuild b/dev-libs/leveldb/leveldb-1.23.ebuild
16 index 6d8864028af..2e30d0e0628 100644
17 --- a/dev-libs/leveldb/leveldb-1.23.ebuild
18 +++ b/dev-libs/leveldb/leveldb-1.23.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 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
25 IUSE="+crc32c +snappy +tcmalloc test"
26
27 RESTRICT="!test? ( test )"