From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CC671382C5 for ; Sat, 6 Feb 2021 22:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C45E7E086C; Sat, 6 Feb 2021 22:34:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AAB55E086C for ; Sat, 6 Feb 2021 22:34:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C59F34365A for ; Sat, 6 Feb 2021 22:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 040C54C3 for ; Sat, 6 Feb 2021 22:34:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612649939.60d3abf09ad85273ca1fd832103e15b89de9071b.sam@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.19-r1.ebuild media-gfx/llgal/llgal-0.13.19.ebuild X-VCS-Directories: media-gfx/llgal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 60d3abf09ad85273ca1fd832103e15b89de9071b X-VCS-Branch: master Date: Sat, 6 Feb 2021 22:34:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 242b42cb-33e3-43ef-9461-b24f2881de0d X-Archives-Hash: ed9d2eeafa9f27a3bf66cfa2f05eba10 commit: 60d3abf09ad85273ca1fd832103e15b89de9071b Author: Sam James gentoo org> AuthorDate: Sat Feb 6 22:18:49 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 6 22:18:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d3abf0 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 gentoo.org> media-gfx/llgal/{llgal-0.13.19.ebuild => llgal-0.13.19-r1.ebuild} | 8 +++++--- 1 file 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 similarity index 89% rename from media-gfx/llgal/llgal-0.13.19.ebuild rename to media-gfx/llgal/llgal-0.13.19-r1.ebuild index e42d2ab056a..95f0b64a59c 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}"