diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-30 05:33:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-30 05:38:41 +0100 |
commit | 2b58001b7574b7bd228101ddd587ad4e3541903e (patch) | |
tree | 9daf300c86947b0628083e453f3873e569751edd | |
parent | www-client/microsoft-edge-dev: remove old (diff) | |
download | gentoo-2b58001b7574b7bd228101ddd587ad4e3541903e.tar.gz gentoo-2b58001b7574b7bd228101ddd587ad4e3541903e.tar.bz2 gentoo-2b58001b7574b7bd228101ddd587ad4e3541903e.zip |
games-strategy/war1gus: Add BDEP on imagemagick-tools
Closes: https://bugs.gentoo.org/916500
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | games-strategy/war1gus/war1gus-3.3.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 " |