diff options
author | David Seifert <soap@gentoo.org> | 2020-02-12 19:02:47 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-12 19:02:47 +0100 |
commit | 95b273d22c923c5c220600a1e96ce996529bca91 (patch) | |
tree | b1e9a25b434a3b4ff5d19ae53b866f63fa30b632 /games-sports | |
parent | games-sports/bygfoot: [QA] inherit vcs-clean.eclass directly (diff) | |
download | gentoo-95b273d22c923c5c220600a1e96ce996529bca91.tar.gz gentoo-95b273d22c923c5c220600a1e96ce996529bca91.tar.bz2 gentoo-95b273d22c923c5c220600a1e96ce996529bca91.zip |
games-sports/torcs: [QA] inherit vcs-clean.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/torcs/torcs-1.3.6-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-sports/torcs/torcs-1.3.6-r1.ebuild b/games-sports/torcs/torcs-1.3.6-r1.ebuild index 77612fb8eaa9..1ecccdb449b6 100644 --- a/games-sports/torcs/torcs-1.3.6-r1.ebuild +++ b/games-sports/torcs/torcs-1.3.6-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils multilib + +inherit autotools eutils multilib vcs-clean DESCRIPTION="The Open Racing Car Simulator" HOMEPAGE="http://torcs.sourceforge.net/" |