Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/eventd/
Date: Sat, 26 Oct 2019 09:58:57
Message-Id: 1572083919.dd1d192ab24d73c793d7c1bb8116690dcf4ea290.juippis@gentoo
1 commit: dd1d192ab24d73c793d7c1bb8116690dcf4ea290
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 26 09:58:39 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 26 09:58:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1d192a
7
8 net-misc/eventd: add a missing dep libxcb[xkb] (#698406)
9
10 Closes: https://bugs.gentoo.org/698406
11 Package-Manager: Portage-2.3.78, Repoman-2.3.17
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 net-misc/eventd/eventd-0.27.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-misc/eventd/eventd-0.27.0.ebuild b/net-misc/eventd/eventd-0.27.0.ebuild
18 index af04553dd7b..f4197d8b68a 100644
19 --- a/net-misc/eventd/eventd-0.27.0.ebuild
20 +++ b/net-misc/eventd/eventd-0.27.0.ebuild
21 @@ -37,7 +37,7 @@ COMMON_DEPEND="
22 x11-libs/gdk-pixbuf:2
23 X? (
24 x11-libs/cairo[xcb]
25 - x11-libs/libxcb:=
26 + x11-libs/libxcb:=[xkb]
27 x11-libs/xcb-util
28 x11-libs/xcb-util-wm
29 )