Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Panotools-Script/
Date: Mon, 22 Feb 2016 08:46:52
Message-Id: 1456050188.baf601224c9799c4e9ff6093a9383ebad6d9eae5.monsieurp@gentoo
1 commit: baf601224c9799c4e9ff6093a9383ebad6d9eae5
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 20 18:26:18 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=baf60122
7
8 dev-perl/Panotools-Script: fix dep on dev-perl/Image-Size
9
10 Package-Manager: portage-2.2.27
11
12 dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild b/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild
16 index 9fd221c..e59dff2 100644
17 --- a/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild
18 +++ b/dev-perl/Panotools-Script/Panotools-Script-0.280.0-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 @@ -16,7 +16,7 @@ IUSE="gui"
26
27 RDEPEND="dev-perl/URI
28 dev-perl/libwww-perl
29 - >=dev-perl/ImageSize-2.9
30 + >=dev-perl/Image-Size-2.900.0
31 >=media-libs/exiftool-6
32 gui? ( gnome-extra/zenity )"
33 DEPEND=""