mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-cluster/charliecloud: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -34,9 +34,12 @@ RDEPEND="${PYTHON_DEPS}
|
||||
pv? ( sys-apps/pv )
|
||||
squashfuse? ( sys-fs/squashfuse )
|
||||
"
|
||||
DEPEND="doc? (
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
|
||||
DEPEND="
|
||||
doc? (
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/sphinx_rtd_theme[${PYTHON_MULTI_USEDEP}]
|
||||
')
|
||||
net-misc/rsync
|
||||
)"
|
||||
|
||||
@@ -33,9 +33,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
pv? ( sys-apps/pv )
|
||||
"
|
||||
DEPEND="doc? (
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
|
||||
DEPEND="
|
||||
doc? (
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/sphinx_rtd_theme[${PYTHON_MULTI_USEDEP}]
|
||||
')
|
||||
net-misc/rsync
|
||||
)"
|
||||
|
||||
|
||||
@@ -34,9 +34,12 @@ RDEPEND="${PYTHON_DEPS}
|
||||
pv? ( sys-apps/pv )
|
||||
squashfuse? ( sys-fs/squashfuse )
|
||||
"
|
||||
DEPEND="doc? (
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
|
||||
DEPEND="
|
||||
doc? (
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/sphinx_rtd_theme[${PYTHON_MULTI_USEDEP}]
|
||||
')
|
||||
net-misc/rsync
|
||||
)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user