summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-17 07:46:25 +0000
committerSam James <sam@gentoo.org>2021-01-17 07:49:14 +0000
commit3dad9c1aaec330e02cb2249d1abed7a8b62d1af8 (patch)
treecfdb4edc56983ead91e5e0f5c53bfcc7e7abad5e /games-strategy
parentgames-strategy/megaglest: drop static (diff)
downloadgentoo-3dad9c1aaec330e02cb2249d1abed7a8b62d1af8.tar.gz
gentoo-3dad9c1aaec330e02cb2249d1abed7a8b62d1af8.tar.bz2
gentoo-3dad9c1aaec330e02cb2249d1abed7a8b62d1af8.zip
games-strategy/naev: fix MissingUnpackerDep
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/naev/naev-0.7.0-r100.ebuild7
-rw-r--r--games-strategy/naev/naev-0.7.0.ebuild7
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 f43b5a4502f8..b3122510f64c 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 1b20e968fdde..d778be1396f6 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