summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Misbakh-Soloviov <mva@gentoo.org>2024-01-15 09:48:47 +0700
committerVadim Misbakh-Soloviov <mva@gentoo.org>2024-01-15 09:48:47 +0700
commitf2429001a811b2e4d020bd4a6c5a852ed1f2b510 (patch)
tree83a027ccd4ec02600246f10bad90d83314fdb1f4
parentgames-action/cave_story_plus: migrate to EAPI8 (diff)
downloadgamerlay-f2429001a811b2e4d020bd4a6c5a852ed1f2b510.tar.gz
gamerlay-f2429001a811b2e4d020bd4a6c5a852ed1f2b510.tar.bz2
gamerlay-f2429001a811b2e4d020bd4a6c5a852ed1f2b510.zip
games-action/deadlysoccerball: migrate to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
-rw-r--r--games-action/deadlysoccerball/deadlysoccerball-0.1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/games-action/deadlysoccerball/deadlysoccerball-0.1.ebuild b/games-action/deadlysoccerball/deadlysoccerball-0.1.ebuild
index 3af6757..a407861 100644
--- a/games-action/deadlysoccerball/deadlysoccerball-0.1.ebuild
+++ b/games-action/deadlysoccerball/deadlysoccerball-0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit desktop eutils
+inherit desktop
DESCRIPTION="space soccer ball shooting missiles around"
HOMEPAGE="http://www-graphics.stanford.edu/courses/cs248-videogame-competition/cs248-05/"
@@ -12,7 +12,6 @@ SRC_URI="http://www-graphics.stanford.edu/courses/cs248-videogame-competition/cs
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
DEPEND="media-libs/libsdl
media-libs/mesa"