diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:25 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:25 +0200 |
commit | 456db16a1fca1fba9806cdceac71c9e19a21b56b (patch) | |
tree | 2a445cf1c380e3f81953cf2c1d907077a66b75be /x11-wm | |
parent | x11-terms/kitty: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-456db16a1fca1fba9806cdceac71c9e19a21b56b.tar.gz gentoo-456db16a1fca1fba9806cdceac71c9e19a21b56b.tar.bz2 gentoo-456db16a1fca1fba9806cdceac71c9e19a21b56b.zip |
x11-wm/openbox: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/openbox-3.6.1-r3.ebuild | 4 | ||||
-rw-r--r-- | 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 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}] ') ) " |