summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-06 22:18:49 +0000
committerSam James <sam@gentoo.org>2021-02-06 22:18:59 +0000
commit60d3abf09ad85273ca1fd832103e15b89de9071b (patch)
tree76a39c99852f89c25b63f44759e4382f1cfa1eb3 /media-gfx/llgal
parentmedia-gfx/llgal: add github remote-id (diff)
downloadgentoo-60d3abf09ad85273ca1fd832103e15b89de9071b.tar.gz
gentoo-60d3abf09ad85273ca1fd832103e15b89de9071b.tar.bz2
gentoo-60d3abf09ad85273ca1fd832103e15b89de9071b.zip
media-gfx/llgal: depend on virtual/imagemagick-tools
Closes: https://bugs.gentoo.org/314281 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/llgal')
-rw-r--r--media-gfx/llgal/llgal-0.13.19-r1.ebuild (renamed from media-gfx/llgal/llgal-0.13.19.ebuild)8
1 files changed, 5 insertions, 3 deletions
diff --git a/media-gfx/llgal/llgal-0.13.19.ebuild b/media-gfx/llgal/llgal-0.13.19-r1.ebuild
index e42d2ab056a7..95f0b64a59c2 100644
--- a/media-gfx/llgal/llgal-0.13.19.ebuild
+++ b/media-gfx/llgal/llgal-0.13.19-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,11 +15,13 @@ KEYWORDS="amd64 ~ppc x86"
# Package warrants IUSE doc and possibly examples
IUSE="exif"
-RDEPEND="media-gfx/imagemagick
+RDEPEND="
dev-perl/Image-Size
dev-perl/URI
dev-perl/Locale-gettext
- exif? ( media-libs/exiftool )"
+ exif? ( media-libs/exiftool )
+ virtual/imagemagick-tools
+"
S="${WORKDIR}/${PN}-${P}"