diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 10:14:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 10:19:07 +0000 |
commit | cec6c174564dfd387e3669236ae4ac06ef18be89 (patch) | |
tree | ee9897b34678dbfac7027e39e745974c39e60ac4 /games-engines | |
parent | games-misc/papers-please: port to EAPI 7, games.eclass--, eutils-- (diff) | |
download | gentoo-cec6c174564dfd387e3669236ae4ac06ef18be89.tar.gz gentoo-cec6c174564dfd387e3669236ae4ac06ef18be89.tar.bz2 gentoo-cec6c174564dfd387e3669236ae4ac06ef18be89.zip |
games-engines/nazghul: port to EAPI 7, eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/nazghul/nazghul-0.7.1-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games-engines/nazghul/nazghul-0.7.1-r1.ebuild b/games-engines/nazghul/nazghul-0.7.1-r1.ebuild index 3bcc845864d9..7b3c9b70ec1b 100644 --- a/games-engines/nazghul/nazghul-0.7.1-r1.ebuild +++ b/games-engines/nazghul/nazghul-0.7.1-r1.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=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 } |