mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
games-strategy/naev: inherit python-any-r1.eclass
Closes: https://github.com/gentoo/gentoo/pull/20198 Closes: https://bugs.gentoo.org/771114 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
01d4986844
commit
58d8e82c97
@@ -4,7 +4,8 @@
|
||||
EAPI=7
|
||||
|
||||
LUA_COMPAT=( lua5-1 luajit )
|
||||
inherit lua-single meson virtualx xdg
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
inherit lua-single meson python-any-r1 virtualx xdg
|
||||
|
||||
DESCRIPTION="A 2D space trading and combat game, in a similar vein to Escape Velocity"
|
||||
HOMEPAGE="https://naev.org/ https://github.com/naev/naev"
|
||||
@@ -34,12 +35,18 @@ RDEPEND="
|
||||
)"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
doc? (
|
||||
app-doc/doxygen
|
||||
dev-lua/ldoc
|
||||
)
|
||||
nls? ( sys-devel/gettext )"
|
||||
|
||||
pkg_setup() {
|
||||
lua-single_pkg_setup
|
||||
python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i -e "s:lua51:lua5.1:g" meson.build || die
|
||||
|
||||
Reference in New Issue
Block a user