commit: bb8c5bf7d15dcefb2a567fda5144c0e2bde117e6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 16 09:52:19 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 16 09:52:19 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=bb8c5bf7
x11-libs/libxkbcommon: Add new libxcb[xkb] dep.
Package-Manager: portage-2.2.8-r1
---
x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
index d58e182..7857360 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
@@ -23,6 +23,7 @@ IUSE="doc"
DEPEND="sys-devel/bison
sys-devel/flex
+ x11-libs/libxcb[${MULTILIB_USEDEP},xkb]
x11-proto/xproto[${MULTILIB_USEDEP}]
>=x11-proto/kbproto-1.0.5[${MULTILIB_USEDEP}]
doc? ( app-doc/doxygen )"