Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/llgal/
Date: Mon, 22 Feb 2016 08:46:56
Message-Id: 1456050188.830eace174ea8f2a238204f581b3273465ac4968.monsieurp@gentoo
1 commit: 830eace174ea8f2a238204f581b3273465ac4968
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 20 18:27:51 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 10:23:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830eace1
7
8 media-gfx/llgal: fix dep on dev-perl/Image-Size
9
10 Package-Manager: portage-2.2.27
11
12 media-gfx/llgal/llgal-0.13.17-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-gfx/llgal/llgal-0.13.17-r1.ebuild b/media-gfx/llgal/llgal-0.13.17-r1.ebuild
16 index a36320d..bb94239 100644
17 --- a/media-gfx/llgal/llgal-0.13.17-r1.ebuild
18 +++ b/media-gfx/llgal/llgal-0.13.17-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -22,7 +22,7 @@ for i in ${LINS}; do
26 done
27
28 RDEPEND="media-gfx/imagemagick
29 - dev-perl/ImageSize
30 + dev-perl/Image-Size
31 dev-perl/URI
32 dev-perl/Locale-gettext
33 exif? ( media-libs/exiftool )"