commit: 3dad9c1aaec330e02cb2249d1abed7a8b62d1af8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 07:46:25 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 07:49:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dad9c1a
games-strategy/naev: fix MissingUnpackerDep
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-strategy/naev/naev-0.7.0-r100.ebuild | 7 +++++--
games-strategy/naev/naev-0.7.0.ebuild | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/games-strategy/naev/naev-0.7.0-r100.ebuild
b/games-strategy/naev/naev-0.7.0-r100.ebuild
index f43b5a4502f..b3122510f64 100644
--- a/games-strategy/naev/naev-0.7.0-r100.ebuild
+++ b/games-strategy/naev/naev-0.7.0-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
@@ -32,7 +32,10 @@ RDEPEND="${LUA_DEPS}
openal? ( media-libs/openal )
"
DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+ app-arch/unzip
+ virtual/pkgconfig
+"
# This is so that only the source tarball is unpacked - the data file
# is supposed to be installed *zipped*. This is why we do not need unzip
diff --git a/games-strategy/naev/naev-0.7.0.ebuild
b/games-strategy/naev/naev-0.7.0.ebuild
index 1b20e968fdd..d778be1396f 100644
--- a/games-strategy/naev/naev-0.7.0.ebuild
+++ b/games-strategy/naev/naev-0.7.0.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
@@ -29,7 +29,10 @@ RDEPEND="
openal? ( media-libs/openal )
"
DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+ app-arch/unzip
+ virtual/pkgconfig
+"
# This is so that only the source tarball is unpacked - the data file
# is supposed to be installed *zipped*. This is why we do not need unzip