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 256F958973 for ; Sun, 17 Jan 2016 12:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17EAC21C040; Sun, 17 Jan 2016 12:32:25 +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 987BC21C040 for ; Sun, 17 Jan 2016 12:32:24 +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 9861E340914 for ; Sun, 17 Jan 2016 12:32:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5DE9E6B for ; Sun, 17 Jan 2016 12:32:18 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1453033864.1839325850f2ae6d05b1a28d4f1f5fbe2f74a07d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20151113.ebuild app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild app-editors/emacs-vcs/emacs-vcs-25.1.9999.ebuild X-VCS-Directories: app-editors/emacs-vcs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1839325850f2ae6d05b1a28d4f1f5fbe2f74a07d X-VCS-Branch: master Date: Sun, 17 Jan 2016 12:32:18 +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: c065c5b1-d76c-4540-825d-8ecf5531e42f X-Archives-Hash: 07f75ecc28326649feb08da06bacc585 commit: 1839325850f2ae6d05b1a28d4f1f5fbe2f74a07d Author: Ulrich Müller gentoo org> AuthorDate: Sun Jan 17 12:31:04 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jan 17 12:31:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18393258 app-editors/emacs-vcs: Fixes for giflib-5. Add slot operator to media-libs/giflib dependency throughout. Package-Manager: portage-2.2.26 app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20151113.ebuild | 4 ++-- app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild | 4 ++-- app-editors/emacs-vcs/emacs-vcs-25.1.9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20151113.ebuild b/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20151113.ebuild index 4ff688c..4c02aba 100644 --- a/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20151113.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20151113.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$ @@ -53,7 +53,7 @@ RDEPEND="sys-libs/ncurses:0 x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) - gif? ( media-libs/giflib ) + gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) diff --git a/app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild b/app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild index cf19cf7..3db814a 100644 --- a/app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.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$ @@ -53,7 +53,7 @@ RDEPEND="sys-libs/ncurses:0 x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) - gif? ( media-libs/giflib ) + gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) diff --git a/app-editors/emacs-vcs/emacs-vcs-25.1.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-25.1.9999.ebuild index 4ff688c..4c02aba 100644 --- a/app-editors/emacs-vcs/emacs-vcs-25.1.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-25.1.9999.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$ @@ -53,7 +53,7 @@ RDEPEND="sys-libs/ncurses:0 x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) - gif? ( media-libs/giflib ) + gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 )