summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-03-18 20:26:29 +0200
committerMart Raudsepp <leio@gentoo.org>2017-03-18 21:51:33 +0200
commitf68bbdb075e67f99091a78648e73affcc524ca39 (patch)
tree720d8c12924aa5fc9fa3cccf9a83ddc5c1f142b8 /gnome-base/libgnomekbd
parentsys-apps/input-utils: Removed old. (diff)
downloadgentoo-f68bbdb075e67f99091a78648e73affcc524ca39.tar.gz
gentoo-f68bbdb075e67f99091a78648e73affcc524ca39.tar.bz2
gentoo-f68bbdb075e67f99091a78648e73affcc524ca39.zip
gnome-base/libgnomekbd: Add missing gtk+ USE=X dependency
libgnomekbd uses gdkx directly and relies on Xorg for its functionality still for now. Gentoo-bug: 599664 Package-Manager: Portage-2.3.4, Repoman-2.3.1
Diffstat (limited to 'gnome-base/libgnomekbd')
-rw-r--r--gnome-base/libgnomekbd/libgnomekbd-3.22.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.22.0.1.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.22.0.1.ebuild
index 1c082cc0f483..00bcb1855c69 100644
--- a/gnome-base/libgnomekbd/libgnomekbd-3.22.0.1.ebuild
+++ b/gnome-base/libgnomekbd/libgnomekbd-3.22.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,7 @@ IUSE="+introspection test"
RDEPEND="
>=dev-libs/glib-2.18:2
- >=x11-libs/gtk+-2.91.7:3[introspection?]
+ >=x11-libs/gtk+-2.91.7:3[X,introspection?]
>=x11-libs/libxklavier-5.2[introspection?]
introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )