From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2754A138334 for ; Mon, 10 Sep 2018 21:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80CF7E0D68; Mon, 10 Sep 2018 21:34:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D6E8E0D67 for ; Mon, 10 Sep 2018 21:34:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31690335D04 for ; Mon, 10 Sep 2018 21:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E94253E0 for ; Mon, 10 Sep 2018 21:33:54 +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: <1536591230.eca9b6c9371d065f7fa749d041b358d559063e08.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild X-VCS-Directories: gnome-base/gnome-core-libs/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: eca9b6c9371d065f7fa749d041b358d559063e08 X-VCS-Branch: master Date: Mon, 10 Sep 2018 21:33:54 +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: 20127ffc-96dd-400d-bf19-475416f8fbb6 X-Archives-Hash: 8bfa7548686c8fca4bf953bac7e472d0 commit: eca9b6c9371d065f7fa749d041b358d559063e08 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Sep 10 14:41:50 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Sep 10 14:53:50 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=eca9b6c9 gnome-base/gnome-core-libs: update dependency for 3.26.2 Package-Manager: Portage-2.3.49, Repoman-2.3.10 Manifest-Sign-Key: 0x5A56C8CD0C13248A .../gnome-core-libs/gnome-core-libs-3.26.2.ebuild | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild index 3fe6f7cf..16670863 100644 --- a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild +++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild @@ -17,25 +17,23 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" # This is a wrapper for the core libraries used by GNOME 3 RDEPEND=" >=dev-libs/glib-2.54.2:2 - >=x11-libs/gdk-pixbuf-2.36.6:2 - >=x11-libs/pango-1.40.9 - >=x11-libs/gtk+-3.22.16:3[cups?] - >=dev-libs/atk-2.24 + >=x11-libs/gdk-pixbuf-2.36.12:2 + >=x11-libs/pango-1.40.14 + >=x11-libs/gtk+-3.22.30:3[cups?] + >=dev-libs/atk-2.26 >=gnome-base/librsvg-2.40.18 >=gnome-base/gnome-desktop-${PV}:3 >=x11-libs/startup-notification-0.12 - >=gnome-base/gvfs-1.32.1 + >=gnome-base/gvfs-1.34.1 >=gnome-base/dconf-0.26 - >=media-libs/gstreamer-1.12.3:1.0 - >=media-libs/gst-plugins-base-1.12.3:1.0 - >=media-libs/gst-plugins-good-1.12.3:1.0 + >=media-libs/gstreamer-1.14.1:1.0 + >=media-libs/gst-plugins-base-1.14.1:1.0 + >=media-libs/gst-plugins-good-1.14.1:1.0 - python? ( >=dev-python/pygobject-3.24.1:3 ) + python? ( >=dev-python/pygobject-3.26.1:3 ) " DEPEND="" -# >=x11-libs/libwnck-3.20.1:3 - not used by core packages anymore - S="${WORKDIR}"