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 095BB1382C5 for ; Wed, 23 Dec 2020 08:22:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51DDDE0BBA; Wed, 23 Dec 2020 08:22:52 +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 3B2C4E0BBA for ; Wed, 23 Dec 2020 08:22:51 +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 7EE1F341857 for ; Wed, 23 Dec 2020 08:22:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE43DBF for ; Wed, 23 Dec 2020 08:22:48 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1608710834.e868dc778360cd3da9fa31ca1915f2401d8e8a41.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/ATLauncher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/ATLauncher/ATLauncher-3.4.1.1.ebuild X-VCS-Directories: games-action/ATLauncher/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: e868dc778360cd3da9fa31ca1915f2401d8e8a41 X-VCS-Branch: dev Date: Wed, 23 Dec 2020 08:22:48 +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: b0b2d9fc-bb69-4e01-993b-b2613239e439 X-Archives-Hash: c935bc98fe3b275ee55e282dbd4799ab commit: e868dc778360cd3da9fa31ca1915f2401d8e8a41 Author: Theo Anderson posteo de> AuthorDate: Wed Dec 23 08:07:14 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Wed Dec 23 08:07:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e868dc77 games-action/ATLauncher: bdepend media-gfx/imagemagick[png] Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> games-action/ATLauncher/ATLauncher-3.4.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/ATLauncher/ATLauncher-3.4.1.1.ebuild b/games-action/ATLauncher/ATLauncher-3.4.1.1.ebuild index c8c1763c..0f459487 100644 --- a/games-action/ATLauncher/ATLauncher-3.4.1.1.ebuild +++ b/games-action/ATLauncher/ATLauncher-3.4.1.1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" LICENSE="GPL-3" SLOT="0" -BDEPEND="media-gfx/imagemagick" +BDEPEND="media-gfx/imagemagick[png]" RDEPEND="virtual/jre:1.8"