diff options
author | Sam James <sam@gentoo.org> | 2021-01-17 07:49:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-17 07:49:15 +0000 |
commit | e7fa5ef9dff57094730b7b076f9c49f9e0d7749d (patch) | |
tree | a8cdced3beeca87dc23579ab57d544a226778ce5 /games-strategy | |
parent | games-strategy/naev: fix MissingUnpackerDep (diff) | |
download | gentoo-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')
-rw-r--r-- | games-strategy/openra/openra-20190314-r100.ebuild | 9 | ||||
-rw-r--r-- | 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 c9121cd7fddf..a4d4a308c7f2 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 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 |