From 456db16a1fca1fba9806cdceac71c9e19a21b56b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 17 Jul 2021 20:17:25 +0200 Subject: x11-wm/openbox: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert --- x11-wm/openbox/openbox-3.6.1-r3.ebuild | 4 ++-- x11-wm/openbox/openbox-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/openbox/openbox-3.6.1-r3.ebuild b/x11-wm/openbox/openbox-3.6.1-r3.ebuild index 2e055c88caa3..2288b82914b0 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 f608dddb2d71..996da0e28250 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}] ') ) " -- cgit v1.2.3-65-gdbad