diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:21 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:21 +0200 |
commit | d31baf62db8f80e176ca5b5ba01a24bee5cf3bbf (patch) | |
tree | 172c349f2a709d75c21a0d07a88bf56f32badb7a /x11-misc/polybar | |
parent | sys-fs/btrfs-progs: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-d31baf62db8f80e176ca5b5ba01a24bee5cf3bbf.tar.gz gentoo-d31baf62db8f80e176ca5b5ba01a24bee5cf3bbf.tar.bz2 gentoo-d31baf62db8f80e176ca5b5ba01a24bee5cf3bbf.zip |
x11-misc/polybar: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc/polybar')
-rw-r--r-- | x11-misc/polybar/polybar-3.5.5.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/polybar/polybar-3.5.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/polybar/polybar-3.5.5.ebuild b/x11-misc/polybar/polybar-3.5.5.ebuild index 9cf689dc360d..61bb99a7d5dc 100644 --- a/x11-misc/polybar/polybar-3.5.5.ebuild +++ b/x11-misc/polybar/polybar-3.5.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) XPP_COMMIT="044e69d05db7f89339bda1ccd1efe0263b01c8f6" I3IPCPP_COMMIT="cb008b30fc5f3febfe467884cb0211ee3c16386b" @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} - $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_MULTI_USEDEP}]') + $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_USEDEP}]') x11-libs/cairo[X,xcb(+)] x11-libs/libxcb[xkb] x11-libs/xcb-util-image diff --git a/x11-misc/polybar/polybar-3.5.6.ebuild b/x11-misc/polybar/polybar-3.5.6.ebuild index ebab3b6c6567..d36b8fef936b 100644 --- a/x11-misc/polybar/polybar-3.5.6.ebuild +++ b/x11-misc/polybar/polybar-3.5.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) XPP_COMMIT="044e69d05db7f89339bda1ccd1efe0263b01c8f6" I3IPCPP_COMMIT="86ddf7102c6903ae0cc543071e2d375403fc0727" @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} - $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_MULTI_USEDEP}]') + $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_USEDEP}]') x11-libs/cairo[X,xcb(+)] x11-libs/libxcb[xkb] x11-libs/xcb-util-image |