mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
app-misc/far2l: add missing ${PYTHON_DEPS}
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -44,7 +44,10 @@ RDEPEND="dev-libs/xerces-c
|
||||
archive? (
|
||||
dev-libs/libpcre2
|
||||
app-arch/libarchive )
|
||||
python? ( $(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]') )"
|
||||
python? (
|
||||
${PYTHON_DEPS}
|
||||
$(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]')
|
||||
)"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
|
||||
@@ -44,7 +44,10 @@ RDEPEND="dev-libs/xerces-c
|
||||
archive? (
|
||||
dev-libs/libpcre2
|
||||
app-arch/libarchive )
|
||||
python? ( $(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]') )"
|
||||
python? (
|
||||
${PYTHON_DEPS}
|
||||
$(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]')
|
||||
)"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user