commit: 69434283b49241a4e5fbf582347178c63712608e Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Aug 14 22:18:56 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Aug 14 22:18:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69434283
games-arcade/holotz-castle: Require libsdl[joystick], EAPI 8, fix URLs Closes: https://bugs.gentoo.org/808228 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild index 6b5db838ab7..c07c88732b4 100644 --- a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild +++ b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop toolchain-funcs DESCRIPTION="2D platform game" -HOMEPAGE="http://www.mainreactor.net/holotzcastle/en/index_en.html" -SRC_URI="http://www.mainreactor.net/holotzcastle/download/${P}-src.tar.gz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="https://dev.gentoo.org/~chewi/distfiles/holotz-castle-1.3.14-src.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -17,7 +17,7 @@ RDEPEND=" virtual/opengl virtual/glu media-libs/sdl-mixer - media-libs/libsdl + media-libs/libsdl[joystick] media-libs/sdl-ttf media-libs/sdl-image "
