games-engines/nazghul: port to EAPI 7, eutils--

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-04 10:14:55 +00:00
parent 697bb0de87
commit cec6c17456

View File

@@ -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=6
EAPI=7
inherit eutils vcs-clean
inherit desktop vcs-clean
DESCRIPTION="A computer role-playing game (CRPG) engine with game called HaximA"
HOMEPAGE="http://myweb.cableone.net/gmcnutt/nazghul.html"
@@ -12,17 +12,17 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="media-libs/libpng:0
DEPEND="
media-libs/libpng:0
>=media-libs/libsdl-1.2.3[X,sound,video]
media-libs/sdl-image[png]
media-libs/sdl-mixer[midi,vorbis,wav]"
media-libs/sdl-mixer[midi,vorbis,wav]
"
RDEPEND="${DEPEND}"
src_prepare() {
ecvs_clean
default
}