commit: ebed68efc88cc011fec60ed04e4c67bc79c6ed7c
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri Jun 15 23:40:53 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 20:33:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebed68ef
dev-python/plyvel: add slot operator to dev-libs/leveldb
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/plyvel/{plyvel-0.9.ebuild => plyvel-0.9-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/plyvel/plyvel-0.9.ebuild
b/dev-python/plyvel/plyvel-0.9-r1.ebuild
similarity index 94%
rename from dev-python/plyvel/plyvel-0.9.ebuild
rename to dev-python/plyvel/plyvel-0.9-r1.ebuild
index cb3f4cd0ce2..8cd881d2860 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}]