mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-util/molecule-plugins: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
parent
1d08d56d94
commit
576a0dfa7d
@ -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" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user