From f2429001a811b2e4d020bd4a6c5a852ed1f2b510 Mon Sep 17 00:00:00 2001 From: Vadim Misbakh-Soloviov Date: Mon, 15 Jan 2024 09:48:47 +0700 Subject: games-action/deadlysoccerball: migrate to EAPI8 Signed-off-by: Vadim Misbakh-Soloviov --- games-action/deadlysoccerball/deadlysoccerball-0.1.ebuild | 7 +++---- 1 file 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" -- cgit v1.2.3-65-gdbad