From 1ae8bf1da35e624c6f4f663dbf37852b5bb1bed7 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Thu, 29 Oct 2009 13:10:28 +0000 Subject: Fix detection of plib (Sandbox violation) Bug #290839 (Portage version: 2.1.6.13/cvs/Linux i686) --- games-sports/torcs/ChangeLog | 5 ++++- games-sports/torcs/torcs-1.3.1.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'games-sports') 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 torcs-1.3.1.ebuild: + Fix detection of plib (Sandbox violation) Bug #290839 by matt 01 Aug 2009; Markus Meier 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}" \ -- cgit v1.2.3-65-gdbad