diff options
author | David Seifert <soap@gentoo.org> | 2017-02-11 20:21:52 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-11 20:44:34 +0100 |
commit | 243f6c8bb0912699d52da2f18a9d723a6152f053 (patch) | |
tree | 6be694820d01c3dd4e9fb88c0ddedf51a853dbbb /media-gfx/igal | |
parent | media-gfx/freewrl: Depend on virtual/imagemagick-tools (diff) | |
download | gentoo-243f6c8bb0912699d52da2f18a9d723a6152f053.tar.gz gentoo-243f6c8bb0912699d52da2f18a9d723a6152f053.tar.bz2 gentoo-243f6c8bb0912699d52da2f18a9d723a6152f053.zip |
media-gfx/igal: 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 'media-gfx/igal')
-rw-r--r-- | media-gfx/igal/igal-2.0-r1.ebuild (renamed from media-gfx/igal/igal-2.0.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/igal/igal-2.0.ebuild b/media-gfx/igal/igal-2.0-r1.ebuild index d7a22e14cf80..d54e08645bef 100644 --- a/media-gfx/igal/igal-2.0.ebuild +++ b/media-gfx/igal/igal-2.0-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$ @@ -16,8 +16,8 @@ KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="dev-lang/perl - virtual/jpeg - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )" + virtual/imagemagick-tools + virtual/jpeg" DEPEND="" S=${WORKDIR}/${MY_P} |