diff options
-rw-r--r-- | dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild | 6 |
1 files changed, 4 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 bd39c2af2948..97809c7d0273 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -14,11 +14,13 @@ 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 - sys-process/lsof" + sys-process/lsof + ${PYTHON_DEPS}" src_install() { emake DESTDIR="${D}" LIBDIR="/usr/lib" \ |