summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2018-06-16 01:40:53 +0200
committerDavid Seifert <soap@gentoo.org>2018-06-17 22:33:23 +0200
commitebed68efc88cc011fec60ed04e4c67bc79c6ed7c (patch)
treed75b9c09767023b231afa246cf500bfd69f18b21 /dev-python/plyvel
parentdev-libs/hyperleveldb: add slot operator to dev-libs/leveldb (diff)
downloadgentoo-ebed68efc88cc011fec60ed04e4c67bc79c6ed7c.tar.gz
gentoo-ebed68efc88cc011fec60ed04e4c67bc79c6ed7c.tar.bz2
gentoo-ebed68efc88cc011fec60ed04e4c67bc79c6ed7c.zip
dev-python/plyvel: add slot operator to dev-libs/leveldb
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/plyvel')
-rw-r--r--dev-python/plyvel/plyvel-0.9-r1.ebuild (renamed from dev-python/plyvel/plyvel-0.9.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/plyvel/plyvel-0.9.ebuild b/dev-python/plyvel/plyvel-0.9-r1.ebuild
index cb3f4cd0ce29..8cd881d28601 100644
--- a/dev-python/plyvel/plyvel-0.9.ebuild
+++ b/dev-python/plyvel/plyvel-0.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
-RDEPEND="dev-libs/leveldb"
+RDEPEND="dev-libs/leveldb:="
DEPEND="
${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]