Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leveldb/
Date: Tue, 31 Dec 2019 18:08:08
Message-Id: 1577815627.548dfca489fe6d4790f66527f851c1a6222fdb6a.bman@gentoo
1 commit: 548dfca489fe6d4790f66527f851c1a6222fdb6a
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 18:07:07 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 18:07:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548dfca4
7
8 dev-libs/leveldb: arm64 stable (bug #704258)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12
13 dev-libs/leveldb/leveldb-1.20.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/leveldb/leveldb-1.20.ebuild b/dev-libs/leveldb/leveldb-1.20.ebuild
17 index c23b914b691..43261731220 100644
18 --- a/dev-libs/leveldb/leveldb-1.20.ebuild
19 +++ b/dev-libs/leveldb/leveldb-1.20.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21 LICENSE="BSD"
22 # https://github.com/google/leveldb/issues/536
23 SLOT="0/1"
24 -KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
26 IUSE="+snappy static-libs kernel_FreeBSD +tcmalloc test"
27 RESTRICT="!test? ( test )"