dev-python/plyvel: add slot operator to dev-libs/leveldb
authorLouis Sautier <sautier.louis@gmail.com>
Fri, 15 Jun 2018 23:40:53 +0000 (01:40 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 17 Jun 2018 20:33:23 +0000 (22:33 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/plyvel/plyvel-0.9-r1.ebuild [moved from dev-python/plyvel/plyvel-0.9.ebuild with 94% similarity]

similarity index 94%
rename from dev-python/plyvel/plyvel-0.9.ebuild
rename to dev-python/plyvel/plyvel-0.9-r1.ebuild
index cb3f4cd0ce2945301758d0eca1f8ed93692ce0e2..8cd881d286012b1d0fa95e92e00893abbb4e77a2 100644 (file)
@@ -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}]