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 | 9 |
1 files changed, 6 insertions, 3 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..2c91b7bb6e3d 100644 --- a/games-strategy/naev/naev-0.7.0-r100.ebuild +++ b/games-strategy/naev/naev-0.7.0-r100.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -LUA_COMPAT=( lua5-1 luajit ) +LUA_COMPAT=( lua5-{1..4} luajit ) inherit lua-single xdg-utils @@ -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 |
