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 BE6361388C0 for ; Mon, 22 Feb 2016 08:46:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3B2921C014; 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 CC93021C00E 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 F22E4340B35 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 7B2B31BA0 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.830eace174ea8f2a238204f581b3273465ac4968.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/llgal/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/llgal/llgal-0.13.17-r1.ebuild X-VCS-Directories: media-gfx/llgal/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 830eace174ea8f2a238204f581b3273465ac4968 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: 2c43f3a4-88f0-450e-b768-8d04674dc56f X-Archives-Hash: 567bcc710f170fa76061381ea110885a commit: 830eace174ea8f2a238204f581b3273465ac4968 Author: Kent Fredric gmail com> AuthorDate: Sat Feb 20 18:27:51 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=830eace1 media-gfx/llgal: fix dep on dev-perl/Image-Size Package-Manager: portage-2.2.27 media-gfx/llgal/llgal-0.13.17-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/llgal/llgal-0.13.17-r1.ebuild b/media-gfx/llgal/llgal-0.13.17-r1.ebuild index a36320d..bb94239 100644 --- a/media-gfx/llgal/llgal-0.13.17-r1.ebuild +++ b/media-gfx/llgal/llgal-0.13.17-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$ @@ -22,7 +22,7 @@ for i in ${LINS}; do done RDEPEND="media-gfx/imagemagick - dev-perl/ImageSize + dev-perl/Image-Size dev-perl/URI dev-perl/Locale-gettext exif? ( media-libs/exiftool )"