From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-930683-garchives=archives.gentoo.org@lists.gentoo.org>
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 0ABEA139694
	for <garchives@archives.gentoo.org>; Sat, 11 Feb 2017 19:47:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6D69BE0CF3;
	Sat, 11 Feb 2017 19:47:50 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 509B7E0CF3
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Feb 2017 19:47:40 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8E7CA3411B5
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Feb 2017 19:47:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C559D4473
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Feb 2017 19:47:36 +0000 (UTC)
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org>
Message-ID: <1486842370.f2d2db4f95553d458d208d1667d563ec8c106ba6.soap@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/curator/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-apps/curator/curator-3.0_p20110120-r1.ebuild www-apps/curator/curator-3.0_p20110120.ebuild
X-VCS-Directories: www-apps/curator/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: f2d2db4f95553d458d208d1667d563ec8c106ba6
X-VCS-Branch: master
Date: Sat, 11 Feb 2017 19:47:36 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: f5e1c4c2-56d1-4a8d-b23e-bc9adc14fa5e
X-Archives-Hash: 433d710a79896e1a927525768333a3fc

commit:     f2d2db4f95553d458d208d1667d563ec8c106ba6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 19:21:55 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 19:46:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d2db4f

www-apps/curator: Depend on virtual/imagemagick-tools

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907

 .../{curator-3.0_p20110120.ebuild => curator-3.0_p20110120-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/curator/curator-3.0_p20110120.ebuild b/www-apps/curator/curator-3.0_p20110120-r1.ebuild
similarity index 83%
rename from www-apps/curator/curator-3.0_p20110120.ebuild
rename to www-apps/curator/curator-3.0_p20110120-r1.ebuild
index daf35b6494..2b19f82a3b 100644
--- a/www-apps/curator/curator-3.0_p20110120.ebuild
+++ b/www-apps/curator/curator-3.0_p20110120-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ IUSE=""
 DEPEND=""
 RDEPEND="${DEPEND}
 	dev-python/pillow
-	|| ( >=media-gfx/imagemagick-5.4.9 media-gfx/graphicsmagick[imagemagick] )"
+	virtual/imagemagick-tools"
 
 S="${WORKDIR}/curator-3.0_pf078f1686a78"