x11-wm/openbox: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2021-07-17 20:17:25 +02:00
parent 56b1fea839
commit 456db16a1f
2 changed files with 4 additions and 4 deletions

View File

@@ -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}]
')
)
"

View File

@@ -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}]
')
)
"