diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 22:14:07 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 22:47:12 +0200 |
commit | 1d08d56d9490b1277ad6905ec391d5de958113d8 (patch) | |
tree | 661c3fdd436224ccee5e395bfced1e226bbc7557 /dev-util/molecule-core | |
parent | dev-util/kdevelop-python: [QA] Add missing python metadata variables (diff) | |
download | gentoo-1d08d56d9490b1277ad6905ec391d5de958113d8.tar.gz gentoo-1d08d56d9490b1277ad6905ec391d5de958113d8.tar.bz2 gentoo-1d08d56d9490b1277ad6905ec391d5de958113d8.zip |
dev-util/molecule-core: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-util/molecule-core')
-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" \ |