summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-05-26 08:21:31 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-05-26 08:21:31 +0100
commit6b76971cc0c5323001b90c945e00a27ba3aaf172 (patch)
tree90daf853df8d190371e4d54c0b9c57c28c7bef4b /dev-libs/leveldb
parentdev-util/cmake: stable 3.14.3 for ppc, bug #668020 (diff)
downloadgentoo-6b76971cc0c5323001b90c945e00a27ba3aaf172.tar.gz
gentoo-6b76971cc0c5323001b90c945e00a27ba3aaf172.tar.bz2
gentoo-6b76971cc0c5323001b90c945e00a27ba3aaf172.zip
dev-libs/leveldb: stable 1.20 for ppc, bug #676254
Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/leveldb')
-rw-r--r--dev-libs/leveldb/leveldb-1.20.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/leveldb/leveldb-1.20.ebuild b/dev-libs/leveldb/leveldb-1.20.ebuild
index fa326715485d..ce1166ec824c 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 )