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:
Maciej Barć 2020-10-17 22:23:57 +02:00
parent 3842817943
commit 1825fba38f
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 16 additions and 2 deletions

View File

@ -5,7 +5,9 @@ EAPI=7
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"
HOMEPAGE="https://gitlab.com/src_prepare/scripts"
@ -18,14 +20,26 @@ RESTRICT="
LICENSE="ISC"
SLOT="0"
IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
app-admin/eselect
app-portage/eix
app-portage/repoman
app-shells/bash:*
dev-lang/perl
dev-util/pkgcheck
sys-apps/portage
|| (
app-portage/euscan
app-portage/euscan-ng
)
"
DEPEND="
${RDEPEND}
test? (
dev-python/pylint
dev-python/pylint[${PYTHON_USEDEP}]
|| (
dev-util/shellcheck
dev-util/shellcheck-bin