diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 07:55:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:17:48 +0100 |
commit | a516ae06ca7be707811f39fe76e7926d428d4e1b (patch) | |
tree | f4c5992242299c24d73c01bc48c5223a19213e13 /games-sports/torcs | |
parent | games-sports/speed-dreams: eutils->desktop (diff) | |
download | gentoo-a516ae06ca7be707811f39fe76e7926d428d4e1b.tar.gz gentoo-a516ae06ca7be707811f39fe76e7926d428d4e1b.tar.bz2 gentoo-a516ae06ca7be707811f39fe76e7926d428d4e1b.zip |
games-sports/torcs: eutils->desktop, multilib--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-sports/torcs')
-rw-r--r-- | games-sports/torcs/torcs-1.3.6-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-sports/torcs/torcs-1.3.6-r1.ebuild b/games-sports/torcs/torcs-1.3.6-r1.ebuild index 1ecccdb449b6..0d591b6e6b42 100644 --- a/games-sports/torcs/torcs-1.3.6-r1.ebuild +++ b/games-sports/torcs/torcs-1.3.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils multilib vcs-clean +inherit autotools desktop vcs-clean DESCRIPTION="The Open Racing Car Simulator" HOMEPAGE="http://torcs.sourceforge.net/" @@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/torcs/${P}.tar.bz2" LICENSE="GPL-2 FreeArt" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="media-libs/freealut media-libs/freeglut |