commit: 519ce6bc173d6880a409ddbeb0b44247336bbe1a Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Wed Feb 12 17:20:44 2020 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Wed Feb 12 17:20:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519ce6bc
x11-misc/polybar: Fix use dep on xcb-proto Closes: https://bugs.gentoo.org/708158 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Johannes Huber <johu <AT> gentoo.org> x11-misc/polybar/polybar-3.4.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/polybar/polybar-3.4.2-r1.ebuild b/x11-misc/polybar/polybar-3.4.2-r1.ebuild index 0c63677028c..70111d6c06d 100644 --- a/x11-misc/polybar/polybar-3.4.2-r1.ebuild +++ b/x11-misc/polybar/polybar-3.4.2-r1.ebuild @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} - x11-base/xcb-proto + $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_MULTI_USEDEP}]') x11-libs/cairo[X,xcb(+)] x11-libs/libxcb[xkb] x11-libs/xcb-util-image
