commit: 1fe1898b0f9795f9cb2d92754c5f4489f4c38db7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 12 01:40:42 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 12 02:30:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe1898b
games-sports/stormbaancoureur: eutils->desktop Signed-off-by: Sam James <sam <AT> gentoo.org> games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild | 7 ++++--- 1 file 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 fd84d6d9c60..9fe138c0c52 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}
