app-portage/src_prepare-scripts: add missing dependencies
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
3842817943
commit
1825fba38f
@ -5,7 +5,9 @@ EAPI=7
|
|||||||
|
|
||||||
MY_PN="scripts"
|
MY_PN="scripts"
|
||||||
|
|
||||||
inherit eutils git-r3
|
PYTHON_COMPAT=( python3_{6..8} )
|
||||||
|
|
||||||
|
inherit eutils git-r3 python-r1
|
||||||
|
|
||||||
DESCRIPTION="Small scripts from src_prepare group"
|
DESCRIPTION="Small scripts from src_prepare group"
|
||||||
HOMEPAGE="https://gitlab.com/src_prepare/scripts"
|
HOMEPAGE="https://gitlab.com/src_prepare/scripts"
|
||||||
@ -18,14 +20,26 @@ RESTRICT="
|
|||||||
LICENSE="ISC"
|
LICENSE="ISC"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="test"
|
IUSE="test"
|
||||||
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
|
${PYTHON_DEPS}
|
||||||
|
app-admin/eselect
|
||||||
|
app-portage/eix
|
||||||
|
app-portage/repoman
|
||||||
app-shells/bash:*
|
app-shells/bash:*
|
||||||
|
dev-lang/perl
|
||||||
|
dev-util/pkgcheck
|
||||||
|
sys-apps/portage
|
||||||
|
|| (
|
||||||
|
app-portage/euscan
|
||||||
|
app-portage/euscan-ng
|
||||||
|
)
|
||||||
"
|
"
|
||||||
DEPEND="
|
DEPEND="
|
||||||
${RDEPEND}
|
${RDEPEND}
|
||||||
test? (
|
test? (
|
||||||
dev-python/pylint
|
dev-python/pylint[${PYTHON_USEDEP}]
|
||||||
|| (
|
|| (
|
||||||
dev-util/shellcheck
|
dev-util/shellcheck
|
||||||
dev-util/shellcheck-bin
|
dev-util/shellcheck-bin
|
||||||
|
Loading…
Reference in New Issue
Block a user