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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69147158089 for ; Mon, 30 Oct 2023 04:38:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C1832BC019; Mon, 30 Oct 2023 04:38:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83D8E2BC019 for ; Mon, 30 Oct 2023 04:38:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4BA9335C29 for ; Mon, 30 Oct 2023 04:38:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DA4B12A1 for ; Mon, 30 Oct 2023 04:38:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1698640721.2b58001b7574b7bd228101ddd587ad4e3541903e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/war1gus/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/war1gus/war1gus-3.3.2.ebuild X-VCS-Directories: games-strategy/war1gus/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2b58001b7574b7bd228101ddd587ad4e3541903e X-VCS-Branch: master Date: Mon, 30 Oct 2023 04:38: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 030fd0a3-80fd-464e-b76c-2cd711650661 X-Archives-Hash: 2b447b2bce202f768480e42bd85be2d4 commit: 2b58001b7574b7bd228101ddd587ad4e3541903e Author: Michał Górny gentoo org> AuthorDate: Mon Oct 30 04:33:32 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 30 04:38:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b58001b games-strategy/war1gus: Add BDEP on imagemagick-tools Closes: https://bugs.gentoo.org/916500 Signed-off-by: Michał Górny gentoo.org> games-strategy/war1gus/war1gus-3.3.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-strategy/war1gus/war1gus-3.3.2.ebuild b/games-strategy/war1gus/war1gus-3.3.2.ebuild index d61b049b1854..b33d840beabb 100644 --- a/games-strategy/war1gus/war1gus-3.3.2.ebuild +++ b/games-strategy/war1gus/war1gus-3.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,6 +30,7 @@ RDEPEND=" ${DEPEND} " BDEPEND=" + virtual/imagemagick-tools[png] virtual/pkgconfig "