commit: dd1d192ab24d73c793d7c1bb8116690dcf4ea290 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sat Oct 26 09:58:39 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Oct 26 09:58:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1d192a
net-misc/eventd: add a missing dep libxcb[xkb] (#698406) Closes: https://bugs.gentoo.org/698406 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-misc/eventd/eventd-0.27.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/eventd/eventd-0.27.0.ebuild b/net-misc/eventd/eventd-0.27.0.ebuild index af04553dd7b..f4197d8b68a 100644 --- a/net-misc/eventd/eventd-0.27.0.ebuild +++ b/net-misc/eventd/eventd-0.27.0.ebuild @@ -37,7 +37,7 @@ COMMON_DEPEND=" x11-libs/gdk-pixbuf:2 X? ( x11-libs/cairo[xcb] - x11-libs/libxcb:= + x11-libs/libxcb:=[xkb] x11-libs/xcb-util x11-libs/xcb-util-wm )
