summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-11-18 10:07:18 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-11-18 10:07:18 +0000
commitb6519a2bcb1709bf9cf4b0ee75cb44cf63de16c8 (patch)
tree21a813b260aa2b5722ead9360f54c7de9884ef01 /dev-libs
parentdev-cpp/glog: stable 0.3.4-r1 for ppc, bug #636226 (diff)
downloadgentoo-b6519a2bcb1709bf9cf4b0ee75cb44cf63de16c8.tar.gz
gentoo-b6519a2bcb1709bf9cf4b0ee75cb44cf63de16c8.tar.bz2
gentoo-b6519a2bcb1709bf9cf4b0ee75cb44cf63de16c8.zip
dev-libs/leveldb: stable 1.18-r2 for ppc, bug #636226
Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/leveldb/leveldb-1.18-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/leveldb/leveldb-1.18-r2.ebuild b/dev-libs/leveldb/leveldb-1.18-r2.ebuild
index 0afecb254ff8..3cc929118ec6 100644
--- a/dev-libs/leveldb/leveldb-1.18-r2.ebuild
+++ b/dev-libs/leveldb/leveldb-1.18-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-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 +tcmalloc kernel_FreeBSD"
DEPEND="tcmalloc? ( dev-util/google-perftools )