diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 21:21:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:37:06 +0100 |
commit | 82159286fd75b35bc55f030fabd6d79a9422bd51 (patch) | |
tree | bf5f40d515ac7450d7f3fd343a8df39a902a140e /sys-cluster/charliecloud/charliecloud-9999.ebuild | |
parent | sys-auth/authenticator: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-82159286fd75b35bc55f030fabd6d79a9422bd51.tar.gz gentoo-82159286fd75b35bc55f030fabd6d79a9422bd51.tar.bz2 gentoo-82159286fd75b35bc55f030fabd6d79a9422bd51.zip |
sys-cluster/charliecloud: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster/charliecloud/charliecloud-9999.ebuild')
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-9999.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild index 4b1d34753150..c838d73e90e9 100644 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild @@ -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 )" |