diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-26 23:15:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-26 23:15:15 +0000 |
commit | 760fea9f64b58e5baa74f966179791c65ac36c90 (patch) | |
tree | 2af71c10054653fdc7df7071034c630b664e1154 /games-sports/torcs | |
parent | Update to use python correctly. Drop old. Per bug #316215. (diff) | |
download | gentoo-2-760fea9f64b58e5baa74f966179791c65ac36c90.tar.gz gentoo-2-760fea9f64b58e5baa74f966179791c65ac36c90.tar.bz2 gentoo-2-760fea9f64b58e5baa74f966179791c65ac36c90.zip |
increase predict for bug #317375
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-sports/torcs')
-rw-r--r-- | games-sports/torcs/ChangeLog | 7 | ||||
-rw-r--r-- | games-sports/torcs/torcs-1.3.1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-sports/torcs/ChangeLog b/games-sports/torcs/ChangeLog index de4d1f32080f..300df7b0ccea 100644 --- a/games-sports/torcs/ChangeLog +++ b/games-sports/torcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/torcs -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.30 2009/10/29 13:10:28 tupone Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.31 2010/04/26 23:15:15 mr_bones_ Exp $ + + 26 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild: + increase predict for bug #317375 29 Oct 2009; Tupone Alfredo <tupone@gentoo.org> torcs-1.3.1.ebuild: Fix detection of plib (Sandbox violation) Bug #290839 by matt diff --git a/games-sports/torcs/torcs-1.3.1.ebuild b/games-sports/torcs/torcs-1.3.1.ebuild index 8a31dc817edb..7bb96a69b620 100644 --- a/games-sports/torcs/torcs-1.3.1.ebuild +++ b/games-sports/torcs/torcs-1.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.5 2009/10/29 13:10:28 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.6 2010/04/26 23:15:15 mr_bones_ Exp $ EAPI=2 inherit autotools eutils multilib games @@ -34,7 +34,8 @@ src_prepare() { } src_configure() { - addpredict /dev/snd/controlC0 + addpredict /dev/snd/controlC? + [[ -e /dev/dsp ]] && addpredict /dev/dsp egamesconf \ --disable-dependency-tracking \ --datadir="${GAMES_DATADIR_BASE}" \ |