summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-03-20 14:18:29 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-03-20 14:18:29 +0300
commit1fcf8f806972c0c91081214682d1c86ebc675369 (patch)
treee46597fcc39f7b6ee14c9094fe483fc94245cb07 /dev-libs/leveldb/leveldb-1.20.ebuild
parentdev-db/postgresql: amd64 stable wrt bug #680840 (diff)
downloadgentoo-1fcf8f806972c0c91081214682d1c86ebc675369.tar.gz
gentoo-1fcf8f806972c0c91081214682d1c86ebc675369.tar.bz2
gentoo-1fcf8f806972c0c91081214682d1c86ebc675369.zip
dev-libs/leveldb: arm stable wrt bug #676254
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-libs/leveldb/leveldb-1.20.ebuild')
-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 4061d64896e0..fa326715485d 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 )