commit:     2402160c5ac4178eef6a75a8e2580bbe6a46a0b8
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 18:17:17 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 18:17:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2402160c

sys-cluster/charliecloud: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-cluster/charliecloud/charliecloud-0.23.ebuild | 10 +++++-----
 sys-cluster/charliecloud/charliecloud-0.24.ebuild | 10 +++++-----
 sys-cluster/charliecloud/charliecloud-9999.ebuild | 10 +++++-----
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/sys-cluster/charliecloud/charliecloud-0.23.ebuild 
b/sys-cluster/charliecloud/charliecloud-0.23.ebuild
index 612b89ec615..b514ad3c817 100644
--- a/sys-cluster/charliecloud/charliecloud-0.23.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-0.23.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 
 inherit autotools optfeature python-single-r1
 
@@ -34,14 +34,14 @@ RDEPEND="${PYTHON_DEPS}"
 DEPEND="
        ch-image? (
                $(python_gen_cond_dep '
-                       dev-python/lark-parser[${PYTHON_MULTI_USEDEP}]
-                       dev-python/requests[${PYTHON_MULTI_USEDEP}]
+                       dev-python/lark-parser[${PYTHON_USEDEP}]
+                       dev-python/requests[${PYTHON_USEDEP}]
                ')
        )
        doc? (
                $(python_gen_cond_dep '
-                       dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
-                       dev-python/sphinx_rtd_theme[${PYTHON_MULTI_USEDEP}]
+                       dev-python/sphinx[${PYTHON_USEDEP}]
+                       dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
                ')
                net-misc/rsync
        )"

diff --git a/sys-cluster/charliecloud/charliecloud-0.24.ebuild 
b/sys-cluster/charliecloud/charliecloud-0.24.ebuild
index d7ab23b9539..969b56a74d4 100644
--- a/sys-cluster/charliecloud/charliecloud-0.24.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-0.24.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 
 inherit autotools optfeature python-single-r1
 
@@ -34,14 +34,14 @@ RDEPEND="${PYTHON_DEPS}"
 DEPEND="
        ch-image? (
                $(python_gen_cond_dep '
-                       dev-python/lark-parser[${PYTHON_MULTI_USEDEP}]
-                       dev-python/requests[${PYTHON_MULTI_USEDEP}]
+                       dev-python/lark-parser[${PYTHON_USEDEP}]
+                       dev-python/requests[${PYTHON_USEDEP}]
                ')
        )
        doc? (
                $(python_gen_cond_dep '
-                       dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
-                       dev-python/sphinx_rtd_theme[${PYTHON_MULTI_USEDEP}]
+                       dev-python/sphinx[${PYTHON_USEDEP}]
+                       dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
                ')
                net-misc/rsync
        )"

diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild 
b/sys-cluster/charliecloud/charliecloud-9999.ebuild
index ae43a8ed107..20ef1b5db54 100644
--- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 
 inherit autotools optfeature python-single-r1
 
@@ -34,14 +34,14 @@ RDEPEND="${PYTHON_DEPS}"
 DEPEND="
        ch-image? (
                $(python_gen_cond_dep '
-                       dev-python/lark-parser[${PYTHON_MULTI_USEDEP}]
-                       dev-python/requests[${PYTHON_MULTI_USEDEP}]
+                       dev-python/lark-parser[${PYTHON_USEDEP}]
+                       dev-python/requests[${PYTHON_USEDEP}]
                ')
        )
        doc? (
                $(python_gen_cond_dep '
-                       dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
-                       dev-python/sphinx_rtd_theme[${PYTHON_MULTI_USEDEP}]
+                       dev-python/sphinx[${PYTHON_USEDEP}]
+                       dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
                ')
                net-misc/rsync
        )"

Reply via email to