diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-01-25 14:12:49 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-01-25 14:12:49 +0000 |
commit | 337f03c43743b37244d9b160eb0d91af70db9843 (patch) | |
tree | 66e774d8d3d77a7d38c0183d2cbac0552cf72d57 /games-sports/torcs | |
parent | Expand the egrep check to look for short types like u64. (diff) | |
download | gentoo-2-337f03c43743b37244d9b160eb0d91af70db9843.tar.gz gentoo-2-337f03c43743b37244d9b160eb0d91af70db9843.tar.bz2 gentoo-2-337f03c43743b37244d9b160eb0d91af70db9843.zip |
Add xf86vidmodeproto dep, bug #206416
(Portage version: 2.1.4)
Diffstat (limited to 'games-sports/torcs')
-rw-r--r-- | games-sports/torcs/ChangeLog | 7 | ||||
-rw-r--r-- | games-sports/torcs/torcs-1.3.0.ebuild | 13 |
2 files changed, 13 insertions, 7 deletions
diff --git a/games-sports/torcs/ChangeLog b/games-sports/torcs/ChangeLog index 445e138a7106..9c46f2d4015a 100644 --- a/games-sports/torcs/ChangeLog +++ b/games-sports/torcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/torcs -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.22 2007/04/09 05:39:00 welp Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.23 2008/01/25 14:12:49 nyhm Exp $ + + 25 Jan 2008; Tristan Heaven <nyhm@gentoo.org> torcs-1.3.0.ebuild: + Add xf86vidmodeproto dep, bug #206416 09 Apr 2007; Peter Weller <welp@gentoo.org> torcs-1.3.0.ebuild: Stable on amd64 wrt bug 170938 diff --git a/games-sports/torcs/torcs-1.3.0.ebuild b/games-sports/torcs/torcs-1.3.0.ebuild index 2a735bdf7c2e..17bf50a14cd0 100644 --- a/games-sports/torcs/torcs-1.3.0.ebuild +++ b/games-sports/torcs/torcs-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.0.ebuild,v 1.4 2007/04/09 05:39:00 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.0.ebuild,v 1.5 2008/01/25 14:12:49 nyhm Exp $ inherit eutils multilib games @@ -13,14 +13,17 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND=">=media-libs/plib-1.8.4 +RDEPEND=">=media-libs/plib-1.8.4 virtual/opengl virtual/glu virtual/glut - >=media-libs/openal-0.0.8-r1 + media-libs/openal media-libs/freealut media-libs/libpng - x11-libs/libXrandr" + x11-libs/libXrandr + x11-libs/libXt" +DEPEND="${RDEPEND} + x11-proto/xf86vidmodeproto" src_compile() { egamesconf \ |