dev-libs/leveldb: stable 1.18-r2 for ppc, bug #636226
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 18 Nov 2017 10:07:18 +0000 (10:07 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 18 Nov 2017 10:07:18 +0000 (10:07 +0000)
Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

dev-libs/leveldb/leveldb-1.18-r2.ebuild

index 0afecb254ff82fd9289ed7f4d14802c91dc29b9f..3cc929118ec6757c7b18f6b2cfed692ae16f7061 100644 (file)
@@ -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 )