diff options
Diffstat (limited to 'games-strategy/naev/naev-0.7.0-r100.ebuild')
-rw-r--r-- | games-strategy/naev/naev-0.7.0-r100.ebuild | 7 |
1 files changed, 5 insertions, 2 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 |