dev-util/molecule-core: [QA] Fix OutdatedBlocker
authorDavid Seifert <soap@gentoo.org>
Sun, 9 Feb 2020 13:13:22 +0000 (14:13 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 9 Feb 2020 13:13:22 +0000 (14:13 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild

index 042948d69fd496d0e1896010239bf98a8b58f2a2..eb6c76146ff1932ad726994effb6b9bde19c2982 100644 (file)
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
+
 PYTHON_COMPAT=( python{2_7,3_6} )
 
 inherit python-r1
@@ -13,12 +14,11 @@ SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="dev-util/intltool
        sys-devel/gettext"
-RDEPEND="!<dev-util/molecule-1
+RDEPEND="
        sys-process/lsof
        ${PYTHON_DEPS}"