diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 02:40:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 03:30:50 +0100 |
commit | 1fe1898b0f9795f9cb2d92754c5f4489f4c38db7 (patch) | |
tree | 7a1a5cb508029f3bce77e20f012d39924bf72a6a /games-sports | |
parent | games-sports/ultimatestunts: eutils->desktop (diff) | |
download | gentoo-1fe1898b0f9795f9cb2d92754c5f4489f4c38db7.tar.gz gentoo-1fe1898b0f9795f9cb2d92754c5f4489f4c38db7.tar.bz2 gentoo-1fe1898b0f9795f9cb2d92754c5f4489f4c38db7.zip |
games-sports/stormbaancoureur: eutils->desktop
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild b/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild index fd84d6d9c602..9fe138c0c52f 100644 --- a/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild +++ b/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils + +inherit desktop DESCRIPTION="Simulated obstacle course for automobiles" HOMEPAGE="http://www.stolk.org/stormbaancoureur/" @@ -20,7 +21,7 @@ DEPEND=" >=media-libs/plib-1.8.4 virtual/glu virtual/opengl" -RDEPEND=${DEPEND} +RDEPEND="${DEPEND}" S=${WORKDIR}/${P}/src-${PN} |