diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-10-29 13:10:28 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-10-29 13:10:28 +0000 |
commit | 1ae8bf1da35e624c6f4f663dbf37852b5bb1bed7 (patch) | |
tree | fb408a36a1337449937aeeff65de24437a1fec1d /games-sports | |
parent | ensure we do not update to xulrunner-1.9.2 in mozilla overlay (diff) | |
download | gentoo-2-1ae8bf1da35e624c6f4f663dbf37852b5bb1bed7.tar.gz gentoo-2-1ae8bf1da35e624c6f4f663dbf37852b5bb1bed7.tar.bz2 gentoo-2-1ae8bf1da35e624c6f4f663dbf37852b5bb1bed7.zip |
Fix detection of plib (Sandbox violation) Bug #290839
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/torcs/ChangeLog | 5 | ||||
-rw-r--r-- | games-sports/torcs/torcs-1.3.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-sports/torcs/ChangeLog b/games-sports/torcs/ChangeLog index 1e3d23a20632..de4d1f32080f 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.29 2009/08/01 17:02:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.30 2009/10/29 13:10:28 tupone Exp $ + + 29 Oct 2009; Tupone Alfredo <tupone@gentoo.org> torcs-1.3.1.ebuild: + Fix detection of plib (Sandbox violation) Bug #290839 by matt 01 Aug 2009; Markus Meier <maekke@gentoo.org> torcs-1.3.1.ebuild: amd64/x86 stable, bug #278888 diff --git a/games-sports/torcs/torcs-1.3.1.ebuild b/games-sports/torcs/torcs-1.3.1.ebuild index 7561efdd8c28..8a31dc817edb 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 # 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.4 2009/08/01 17:02:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.5 2009/10/29 13:10:28 tupone Exp $ EAPI=2 inherit autotools eutils multilib games @@ -34,6 +34,7 @@ src_prepare() { } src_configure() { + addpredict /dev/snd/controlC0 egamesconf \ --disable-dependency-tracking \ --datadir="${GAMES_DATADIR_BASE}" \ |