commit: cec6c174564dfd387e3669236ae4ac06ef18be89 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 4 10:14:55 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 4 10:19:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec6c174
games-engines/nazghul: port to EAPI 7, eutils-- Signed-off-by: Sam James <sam <AT> gentoo.org> games-engines/nazghul/nazghul-0.7.1-r1.ebuild | 14 +++++++------- 1 file 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 3bcc845864d..7b3c9b70ec1 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 }
