Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/
Date: Sat, 11 Feb 2017 19:49:52
Message-Id: 1486842393.54ed500a3e3feae15a7a4401c31075ac433b5da0.soap@gentoo
1 commit: 54ed500a3e3feae15a7a4401c31075ac433b5da0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 11 19:21:56 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 19:46:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ed500a
7
8 x11-plugins/gkrellshoot: 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 .../{gkrellshoot-0.4.4.ebuild => gkrellshoot-0.4.4-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild
17 similarity index 75%
18 rename from x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild
19 rename to x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild
20 index 8c13b711b4..932e5a693f 100644
21 --- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild
22 +++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2011 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -15,4 +15,4 @@ SLOT="2"
30 KEYWORDS="alpha amd64 ppc sparc x86"
31 IUSE=""
32
33 -RDEPEND="|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
34 +RDEPEND="virtual/imagemagick-tools"