summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/torcs/ChangeLog5
-rw-r--r--games-sports/torcs/torcs-1.3.1.ebuild3
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}" \