commit: 2ee6b32a251d4713424d954d3944ec1ca87774a0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 13:13:22 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 13:13:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee6b32a
dev-util/molecule-core: [QA] Fix OutdatedBlocker
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
index 042948d69fd..eb6c76146ff 100644
--- a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
+++ b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
@@ -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}"