From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B194B1384B4 for ; Sun, 3 Jan 2016 14:55:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66B2621C00E; Sun, 3 Jan 2016 14:54:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A5CE21C00E for ; Sun, 3 Jan 2016 14:54:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F324C3406AD for ; Sun, 3 Jan 2016 14:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84FB7C7B for ; Sun, 3 Jan 2016 14:54:55 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1451832877.2ae787250876340b07d0bdb0884594ae6827daad.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild gnome-base/gnome-desktop/gnome-desktop-3.18.2.ebuild X-VCS-Directories: gnome-base/gnome-desktop/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 2ae787250876340b07d0bdb0884594ae6827daad X-VCS-Branch: master Date: Sun, 3 Jan 2016 14:54:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2ac21f93-1f0d-49f3-bb61-7f11e89757c9 X-Archives-Hash: 3c1e4de3d4ea15a938320c4c03e851ab commit: 2ae787250876340b07d0bdb0884594ae6827daad Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Jan 3 14:50:40 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Jan 3 14:54:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae78725 gnome-base/gnome-desktop: depend on gtk+[X], bug #568284 Package-Manager: portage-2.2.26 gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild | 4 ++-- gnome-base/gnome-desktop/gnome-desktop-3.18.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild b/gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild index 33917bb..23aed4c 100644 --- a/gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild +++ b/gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ COMMON_DEPEND=" app-text/iso-codes >=dev-libs/glib-2.38:2 >=x11-libs/gdk-pixbuf-2.21.3:2[introspection?] - >=x11-libs/gtk+-3.3.6:3[introspection?] + >=x11-libs/gtk+-3.3.6:3[X,introspection?] >=x11-libs/libXext-1.1 >=x11-libs/libXrandr-1.3 x11-libs/cairo:=[X] diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.18.2.ebuild b/gnome-base/gnome-desktop/gnome-desktop-3.18.2.ebuild index 7fe8035..ada8058 100644 --- a/gnome-base/gnome-desktop/gnome-desktop-3.18.2.ebuild +++ b/gnome-base/gnome-desktop/gnome-desktop-3.18.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ COMMON_DEPEND=" app-text/iso-codes >=dev-libs/glib-2.44.0:2[dbus] >=x11-libs/gdk-pixbuf-2.21.3:2[introspection?] - >=x11-libs/gtk+-3.3.6:3[introspection?] + >=x11-libs/gtk+-3.3.6:3[X,introspection?] >=x11-libs/libXext-1.1 >=x11-libs/libXrandr-1.3 x11-libs/cairo:=[X]