diff options
author | David Seifert <soap@gentoo.org> | 2017-02-11 20:21:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-11 20:46:33 +0100 |
commit | 54ed500a3e3feae15a7a4401c31075ac433b5da0 (patch) | |
tree | 561115ccb7171c90e53186c7eabf7213392aa1b6 /x11-plugins/gkrellshoot | |
parent | x11-misc/xrmap: Depend on virtual/imagemagick-tools (diff) | |
download | gentoo-54ed500a3e3feae15a7a4401c31075ac433b5da0.tar.gz gentoo-54ed500a3e3feae15a7a4401c31075ac433b5da0.tar.bz2 gentoo-54ed500a3e3feae15a7a4401c31075ac433b5da0.zip |
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
Diffstat (limited to 'x11-plugins/gkrellshoot')
-rw-r--r-- | x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild (renamed from x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild) | 4 |
1 files 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 index 8c13b711b4b5..932e5a693f1e 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" |