commit: 576a0dfa7dfea97d262225c7a14599d31ca3d77f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 20:17:20 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:47:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576a0dfa
dev-util/molecule-plugins: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
.../molecule-plugins/molecule-plugins-1.0.2-r1.ebuild | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
index 5d59c6a1c11..0a0ae5adae1 100644
--- a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
+++ b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit python-r1
-DESCRIPTION="A set fo base plugins for Molecule"
+DESCRIPTION="A set of base plugins for Molecule"
HOMEPAGE="http://www.sabayon.org"
SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
@@ -14,14 +14,17 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-COMMON_DEPEND=">=dev-util/molecule-core-1.0.1 !<dev-util/molecule-1"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
+DEPEND="
+ >=dev-util/molecule-core-1.0.1
+ !<dev-util/molecule-1"
+RDEPEND="${DEPEND}
net-misc/rsync
sys-fs/squashfs-tools
sys-process/lsof
- virtual/cdrtools"
+ virtual/cdrtools
+ ${PYTHON_DEPS}"
src_install() {
emake DESTDIR="${D}" LIBDIR="/usr/lib" \