diff options
-rw-r--r-- | games-action/deadlysoccerball/deadlysoccerball-0.1.ebuild | 7 |
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" |