diff options
author | Michael Weber <xmw@gentoo.org> | 2016-03-20 22:19:08 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-03-20 22:19:41 +0100 |
commit | 946d27754048951a38c4970962cc31e90ef7ac5f (patch) | |
tree | 2babdd85e6843f9287938d7d1f7e6a2a3e9614c6 /x11-misc/xdotool | |
parent | dev-python/mkdocs: remove version 0.11.1-r1 (diff) | |
download | gentoo-946d27754048951a38c4970962cc31e90ef7ac5f.tar.gz gentoo-946d27754048951a38c4970962cc31e90ef7ac5f.tar.bz2 gentoo-946d27754048951a38c4970962cc31e90ef7ac5f.zip |
x11-misc/xdotool: add RDEPEND=x11-libs/libxkbcommon (bug 574252, thanks Toralf Förster).
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-misc/xdotool')
-rw-r--r-- | x11-misc/xdotool/xdotool-3.20150503.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/xdotool/xdotool-3.20150503.1.ebuild b/x11-misc/xdotool/xdotool-3.20150503.1.ebuild index cf7023b19df0..247db091d6b3 100644 --- a/x11-misc/xdotool/xdotool-3.20150503.1.ebuild +++ b/x11-misc/xdotool/xdotool-3.20150503.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,8 @@ IUSE="examples" RDEPEND="x11-libs/libXtst x11-libs/libX11 - x11-libs/libXinerama" + x11-libs/libXinerama + x11-libs/libxkbcommon" DEPEND="${RDEPEND}" # The test wants to manualy start Xvfb, wont use VirtualX and it tries |