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

x11-wm/openbox: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP

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

 x11-wm/openbox/openbox-3.6.1-r3.ebuild | 4 ++--
 x11-wm/openbox/openbox-9999.ebuild     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-wm/openbox/openbox-3.6.1-r3.ebuild 
b/x11-wm/openbox/openbox-3.6.1-r3.ebuild
index 2e055c88caa..2288b82914b 100644
--- a/x11-wm/openbox/openbox-3.6.1-r3.ebuild
+++ b/x11-wm/openbox/openbox-3.6.1-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 inherit autotools python-single-r1
 
 DESCRIPTION="Standards compliant, fast, light-weight, extensible window 
manager"
@@ -47,7 +47,7 @@ RDEPEND="
        xdg? (
                ${PYTHON_DEPS}
                $(python_gen_cond_dep '
-                       dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
+                       dev-python/pyxdg[${PYTHON_USEDEP}]
                ')
        )
 "

diff --git a/x11-wm/openbox/openbox-9999.ebuild 
b/x11-wm/openbox/openbox-9999.ebuild
index f608dddb2d7..996da0e2825 100644
--- a/x11-wm/openbox/openbox-9999.ebuild
+++ b/x11-wm/openbox/openbox-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 inherit autotools python-single-r1
 
 DESCRIPTION="Standards compliant, fast, light-weight, extensible window 
manager"
@@ -47,7 +47,7 @@ RDEPEND="
        xdg? (
                ${PYTHON_DEPS}
                $(python_gen_cond_dep '
-                       dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
+                       dev-python/pyxdg[${PYTHON_USEDEP}]
                ')
        )
 "

Reply via email to