Skip to content

Commit

Permalink
games-sports/ultimatestunts: update EAPI 6 -> 8
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Schwartz <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
eli-schwartz authored and thesamesam committed Mar 18, 2024
1 parent bdbed1c commit 15ba64e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=8

inherit desktop flag-o-matic vcs-clean versionator
inherit desktop flag-o-matic vcs-clean

MY_P=${PN}-srcdata-$(replace_all_version_separators)1
MY_P=${PN}-srcdata-$(ver_rs 1- '')1

DESCRIPTION="Remake of the famous Stunts game"
HOMEPAGE="http://www.ultimatestunts.nl/"
Expand All @@ -25,8 +25,8 @@ RDEPEND="
virtual/opengl
virtual/glu
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
sys-devel/gettext"
DEPEND="${RDEPEND}"
BDEPEND="sys-devel/gettext"

S=${WORKDIR}/${MY_P}

Expand Down

0 comments on commit 15ba64e

Please sign in to comment.