diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-19 02:53:20 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-19 03:03:23 +0100 |
commit | a0ef37f6b671846895fe17158f6426402efcec66 (patch) | |
tree | 6f7498cc9a641298697ec538f79d9651b58ee120 /dev-libs/leveldb | |
parent | kde-frameworks/kcodecs: x86 stable (bug #679884) (diff) | |
download | gentoo-a0ef37f6b671846895fe17158f6426402efcec66.tar.gz gentoo-a0ef37f6b671846895fe17158f6426402efcec66.tar.bz2 gentoo-a0ef37f6b671846895fe17158f6426402efcec66.zip |
dev-libs/leveldb: x86 stable (bug #676254)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/leveldb')
-rw-r--r-- | dev-libs/leveldb/leveldb-1.20.ebuild | 2 |
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 271323275c14..4061d64896e0 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 ) |