sys-cluster/charliecloud: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-07 21:21:38 +01:00
parent ecb499709f
commit 82159286fd
3 changed files with 18 additions and 9 deletions

View File

@@ -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
)"

View File

@@ -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
)"

View File

@@ -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
)"