Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/torcs/
Date: Wed, 12 Feb 2020 18:06:33
Message-Id: 1581530567.95b273d22c923c5c220600a1e96ce996529bca91.soap@gentoo
1 commit: 95b273d22c923c5c220600a1e96ce996529bca91
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 18:02:47 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 18:02:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b273d2
7
8 games-sports/torcs: [QA] inherit vcs-clean.eclass directly
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 games-sports/torcs/torcs-1.3.6-r1.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/games-sports/torcs/torcs-1.3.6-r1.ebuild b/games-sports/torcs/torcs-1.3.6-r1.ebuild
17 index 77612fb8eaa..1ecccdb449b 100644
18 --- a/games-sports/torcs/torcs-1.3.6-r1.ebuild
19 +++ b/games-sports/torcs/torcs-1.3.6-r1.ebuild
20 @@ -1,8 +1,9 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -inherit autotools eutils multilib
27 +
28 +inherit autotools eutils multilib vcs-clean
29
30 DESCRIPTION="The Open Racing Car Simulator"
31 HOMEPAGE="http://torcs.sourceforge.net/"