commit: 54ed500a3e3feae15a7a4401c31075ac433b5da0 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Feb 11 19:21:56 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 11 19:46:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ed500a
x11-plugins/gkrellshoot: Depend on virtual/imagemagick-tools Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3907 .../{gkrellshoot-0.4.4.ebuild => gkrellshoot-0.4.4-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild similarity index 75% rename from x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild rename to x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild index 8c13b711b4..932e5a693f 100644 --- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild +++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,4 +15,4 @@ SLOT="2" KEYWORDS="alpha amd64 ppc sparc x86" IUSE="" -RDEPEND="|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )" +RDEPEND="virtual/imagemagick-tools"
