diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-03-03 23:10:46 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-03-03 23:23:33 -0800 |
commit | fc2569837710e0cc981421473b313d4fae71c326 (patch) | |
tree | a18ef4e5e35f4af71a64e03b5f37d066000d5005 | |
parent | media-video/smplayer: remove old (diff) | |
download | gentoo-fc2569837710e0cc981421473b313d4fae71c326.tar.gz gentoo-fc2569837710e0cc981421473b313d4fae71c326.tar.bz2 gentoo-fc2569837710e0cc981421473b313d4fae71c326.zip |
x11-libs/libxkbcommon: Depend on xproto and kbproto only for USE=X
Bug: https://bugs.gentoo.org/589598
-rw-r--r-- | x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild index e5f42e6ef0d5..a8a1cb62faf4 100644 --- a/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild +++ b/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild @@ -22,9 +22,11 @@ IUSE="X doc test" DEPEND="sys-devel/bison sys-devel/flex - X? ( >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] ) - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] - >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}] + X? ( + >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] + >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}] + ) doc? ( app-doc/doxygen )" RDEPEND="" |