From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6F32E1388C0 for ; Mon, 22 Feb 2016 08:46:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6916621C00E; Mon, 22 Feb 2016 08:46:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB79021C00B for ; Mon, 22 Feb 2016 08:46:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC524340B37 for ; Mon, 22 Feb 2016 08:46:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58A491B9B for ; Mon, 22 Feb 2016 08:46:45 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1456050188.baf601224c9799c4e9ff6093a9383ebad6d9eae5.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Panotools-Script/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild X-VCS-Directories: dev-perl/Panotools-Script/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: baf601224c9799c4e9ff6093a9383ebad6d9eae5 X-VCS-Branch: master Date: Mon, 22 Feb 2016 08:46:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8fe21c62-1366-44bc-addb-761dcd56b125 X-Archives-Hash: 5b24fffbb6a6f4eb246e6c9c9d3fd6c5 commit: baf601224c9799c4e9ff6093a9383ebad6d9eae5 Author: Kent Fredric gmail com> AuthorDate: Sat Feb 20 18:26:18 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Feb 21 10:23:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf60122 dev-perl/Panotools-Script: fix dep on dev-perl/Image-Size Package-Manager: portage-2.2.27 dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 index 9fd221c..e59dff2 100644 --- a/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild +++ b/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ IUSE="gui" RDEPEND="dev-perl/URI dev-perl/libwww-perl - >=dev-perl/ImageSize-2.9 + >=dev-perl/Image-Size-2.900.0 >=media-libs/exiftool-6 gui? ( gnome-extra/zenity )" DEPEND=""