Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/curator/
Date: Sat, 11 Feb 2017 19:47:56
Message-Id: 1486842370.f2d2db4f95553d458d208d1667d563ec8c106ba6.soap@gentoo
1 commit: f2d2db4f95553d458d208d1667d563ec8c106ba6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 11 19:21:55 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 19:46:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d2db4f
7
8 www-apps/curator: Depend on virtual/imagemagick-tools
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3907
12
13 .../{curator-3.0_p20110120.ebuild => curator-3.0_p20110120-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-apps/curator/curator-3.0_p20110120.ebuild b/www-apps/curator/curator-3.0_p20110120-r1.ebuild
17 similarity index 83%
18 rename from www-apps/curator/curator-3.0_p20110120.ebuild
19 rename to www-apps/curator/curator-3.0_p20110120-r1.ebuild
20 index daf35b6494..2b19f82a3b 100644
21 --- a/www-apps/curator/curator-3.0_p20110120.ebuild
22 +++ b/www-apps/curator/curator-3.0_p20110120-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2013 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -20,7 +20,7 @@ IUSE=""
30 DEPEND=""
31 RDEPEND="${DEPEND}
32 dev-python/pillow
33 - || ( >=media-gfx/imagemagick-5.4.9 media-gfx/graphicsmagick[imagemagick] )"
34 + virtual/imagemagick-tools"
35
36 S="${WORKDIR}/curator-3.0_pf078f1686a78"