Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-desktop/
Date: Sun, 03 Jan 2016 14:55:00
Message-Id: 1451832877.2ae787250876340b07d0bdb0884594ae6827daad.eva@gentoo
1 commit: 2ae787250876340b07d0bdb0884594ae6827daad
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 14:50:40 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 14:54:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae78725
7
8 gnome-base/gnome-desktop: depend on gtk+[X], bug #568284
9
10 Package-Manager: portage-2.2.26
11
12 gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild | 4 ++--
13 gnome-base/gnome-desktop/gnome-desktop-3.18.2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild b/gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild
17 index 33917bb..23aed4c 100644
18 --- a/gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild
19 +++ b/gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -20,7 +20,7 @@ COMMON_DEPEND="
27 app-text/iso-codes
28 >=dev-libs/glib-2.38:2
29 >=x11-libs/gdk-pixbuf-2.21.3:2[introspection?]
30 - >=x11-libs/gtk+-3.3.6:3[introspection?]
31 + >=x11-libs/gtk+-3.3.6:3[X,introspection?]
32 >=x11-libs/libXext-1.1
33 >=x11-libs/libXrandr-1.3
34 x11-libs/cairo:=[X]
35
36 diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.18.2.ebuild b/gnome-base/gnome-desktop/gnome-desktop-3.18.2.ebuild
37 index 7fe8035..ada8058 100644
38 --- a/gnome-base/gnome-desktop/gnome-desktop-3.18.2.ebuild
39 +++ b/gnome-base/gnome-desktop/gnome-desktop-3.18.2.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2016 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -20,7 +20,7 @@ COMMON_DEPEND="
47 app-text/iso-codes
48 >=dev-libs/glib-2.44.0:2[dbus]
49 >=x11-libs/gdk-pixbuf-2.21.3:2[introspection?]
50 - >=x11-libs/gtk+-3.3.6:3[introspection?]
51 + >=x11-libs/gtk+-3.3.6:3[X,introspection?]
52 >=x11-libs/libXext-1.1
53 >=x11-libs/libXrandr-1.3
54 x11-libs/cairo:=[X]