Skip to content

Commit

Permalink
gnome-base/libgnomekbd: Add missing gtk+ USE=X dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
leio committed Mar 18, 2017
1 parent 562f581 commit f68bbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnome-base/libgnomekbd/libgnomekbd-3.22.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:= )
Expand Down

0 comments on commit f68bbdb

Please sign in to comment.