summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2019-10-26 12:58:39 +0300
committerJoonas Niilola <juippis@gentoo.org>2019-10-26 12:58:39 +0300
commitdd1d192ab24d73c793d7c1bb8116690dcf4ea290 (patch)
tree3cce931f0020b66240e5acee85e2b5d65bfc5944 /net-misc/eventd
parentpackage.mask: remove enlightenment-extra (diff)
downloadgentoo-dd1d192ab24d73c793d7c1bb8116690dcf4ea290.tar.gz
gentoo-dd1d192ab24d73c793d7c1bb8116690dcf4ea290.tar.bz2
gentoo-dd1d192ab24d73c793d7c1bb8116690dcf4ea290.zip
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@gentoo.org>
Diffstat (limited to 'net-misc/eventd')
-rw-r--r--net-misc/eventd/eventd-0.27.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/eventd/eventd-0.27.0.ebuild b/net-misc/eventd/eventd-0.27.0.ebuild
index af04553dd7be..f4197d8b68a3 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
)