diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-08-14 23:18:56 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-08-14 23:18:56 +0100 |
commit | 69434283b49241a4e5fbf582347178c63712608e (patch) | |
tree | ac035e28739a3a139dc5c163270bea56c916951b /games-arcade | |
parent | sys-apps/grep: add 3.7 (diff) | |
download | gentoo-69434283b49241a4e5fbf582347178c63712608e.tar.gz gentoo-69434283b49241a4e5fbf582347178c63712608e.tar.bz2 gentoo-69434283b49241a4e5fbf582347178c63712608e.zip |
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@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild | 8 |
1 files 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 6b5db838ab75..c07c88732b43 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 " |