From: Agostino Sarubbo Date: Tue, 4 Jun 2019 10:58:44 +0000 (+0200) Subject: dev-libs/leveldb: ppc64 stable wrt bug #676254 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5fb4005882536eb578967b8d72567ffdd087827f;p=gentoo.git dev-libs/leveldb: ppc64 stable wrt bug #676254 Signed-off-by: Agostino Sarubbo Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64" --- diff --git a/dev-libs/leveldb/leveldb-1.20.ebuild b/dev-libs/leveldb/leveldb-1.20.ebuild index ce1166ec824c..148679ff2a54 100644 --- a/dev-libs/leveldb/leveldb-1.20.ebuild +++ b/dev-libs/leveldb/leveldb-1.20.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" # https://github.com/google/leveldb/issues/536 SLOT="0/1" -KEYWORDS="amd64 arm ~arm64 ~mips ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="+snappy static-libs kernel_FreeBSD +tcmalloc test" DEPEND="tcmalloc? ( dev-util/google-perftools )