summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-17 07:49:04 +0000
committerSam James <sam@gentoo.org>2021-01-17 07:49:15 +0000
commite7fa5ef9dff57094730b7b076f9c49f9e0d7749d (patch)
treea8cdced3beeca87dc23579ab57d544a226778ce5 /games-strategy/openra/openra-20190314.ebuild
parentgames-strategy/naev: fix MissingUnpackerDep (diff)
downloadgentoo-e7fa5ef9dff57094730b7b076f9c49f9e0d7749d.tar.gz
gentoo-e7fa5ef9dff57094730b7b076f9c49f9e0d7749d.tar.bz2
gentoo-e7fa5ef9dff57094730b7b076f9c49f9e0d7749d.zip
games-strategy/openra: fix MissingUnpackerDep
Had a look at the sources and it is used - not unpacked with e.g. a mono lib or similar. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy/openra/openra-20190314.ebuild')
-rw-r--r--games-strategy/openra/openra-20190314.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/games-strategy/openra/openra-20190314.ebuild b/games-strategy/openra/openra-20190314.ebuild
index 3dfb6054218d..d092f8fb2446 100644
--- a/games-strategy/openra/openra-20190314.ebuild
+++ b/games-strategy/openra/openra-20190314.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -40,11 +40,12 @@ KEYWORDS="~amd64 ~x86"
IUSE="+debug geoip"
RESTRICT="mirror test"
-BDEPEND=">=dev-lang/mono-4.2"
-
+BDEPEND="
+ app-arch/unzip
+ >=dev-lang/mono-4.2
+"
DEPEND="${BDEPEND}
dev-dotnet/libgdiplus"
-
RDEPEND="${DEPEND}
app-misc/ca-certificates
=dev-lang/lua-5.1*:0