From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1233991-garchives=archives.gentoo.org@lists.gentoo.org> 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 971011382C5 for <garchives@archives.gentoo.org>; Wed, 23 Dec 2020 10:16:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5061E0C5C; Wed, 23 Dec 2020 10:16:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A0F0FE0C5C for <gentoo-commits@lists.gentoo.org>; Wed, 23 Dec 2020 10:16:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AE508340D8E for <gentoo-commits@lists.gentoo.org>; Wed, 23 Dec 2020 10:16:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50276BF for <gentoo-commits@lists.gentoo.org>; Wed, 23 Dec 2020 10:16:47 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@riseup.net> Message-ID: <1608718602.8bfc9b6ee4113fdb25e5454b320187afbc33e777.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/technic-launcher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/technic-launcher/technic-launcher-4.608.ebuild X-VCS-Directories: games-action/technic-launcher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8bfc9b6ee4113fdb25e5454b320187afbc33e777 X-VCS-Branch: dev Date: Wed, 23 Dec 2020 10:16:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ac6a16b6-45ef-4012-95ad-54cc41be031c X-Archives-Hash: 96e1427d34ccd4621be94bf0ccab1642 Message-ID: <20201223101647.2NZynth25h_1-kPBV_-ukStg0C4RH_UFLZ55tFHCob8@z> commit: 8bfc9b6ee4113fdb25e5454b320187afbc33e777 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Wed Dec 23 10:16:27 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Dec 23 10:16:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8bfc9b6e games-action/technic-launcher: dep on imagemagick[png] Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> games-action/technic-launcher/technic-launcher-4.608.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/technic-launcher/technic-launcher-4.608.ebuild b/games-action/technic-launcher/technic-launcher-4.608.ebuild index d4c9bc9b..f177b1ce 100644 --- a/games-action/technic-launcher/technic-launcher-4.608.ebuild +++ b/games-action/technic-launcher/technic-launcher-4.608.ebuild @@ -16,7 +16,7 @@ SLOT="0" RESTRICT="bindist mirror" -BDEPEND="media-gfx/imagemagick" +BDEPEND="media-gfx/imagemagick[png]" RDEPEND="virtual/jre:1.8"