commit:     e7fa5ef9dff57094730b7b076f9c49f9e0d7749d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 07:49:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 07:49:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fa5ef9

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 <AT> gentoo.org>

 games-strategy/openra/openra-20190314-r100.ebuild | 9 +++++----
 games-strategy/openra/openra-20190314.ebuild      | 9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/games-strategy/openra/openra-20190314-r100.ebuild 
b/games-strategy/openra/openra-20190314-r100.ebuild
index c9121cd7fdd..a4d4a308c7f 100644
--- a/games-strategy/openra/openra-20190314-r100.ebuild
+++ b/games-strategy/openra/openra-20190314-r100.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
@@ -45,11 +45,12 @@ REQUIRED_USE="${LUA_REQUIRED_USE}"
 
 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
        ${LUA_DEPS}

diff --git a/games-strategy/openra/openra-20190314.ebuild 
b/games-strategy/openra/openra-20190314.ebuild
index 3dfb6054218..d092f8fb244 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

Reply via email to