summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-05-02 16:39:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-05-02 16:39:51 +0000
commit9d7eae62ac314584ec848f1367cd7be75e15feca (patch)
tree68f2ceee45c8457af14a36afd5165e3f827c6905 /games-sports
parentVersion bump. (diff)
downloadgentoo-2-9d7eae62ac314584ec848f1367cd7be75e15feca.tar.gz
gentoo-2-9d7eae62ac314584ec848f1367cd7be75e15feca.tar.bz2
gentoo-2-9d7eae62ac314584ec848f1367cd7be75e15feca.zip
work around addpredict's odd path thing
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/torcs/ChangeLog5
-rw-r--r--games-sports/torcs/torcs-1.3.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-sports/torcs/ChangeLog b/games-sports/torcs/ChangeLog
index 300df7b0ccea..75c4bcdb5d8e 100644
--- a/games-sports/torcs/ChangeLog
+++ b/games-sports/torcs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-sports/torcs
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.32 2010/05/02 16:39:50 mr_bones_ Exp $
+
+ 02 May 2010; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild:
+ work around addpredict's odd path thing
26 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild:
increase predict for bug #317375
diff --git a/games-sports/torcs/torcs-1.3.1.ebuild b/games-sports/torcs/torcs-1.3.1.ebuild
index 7bb96a69b620..6d809941b092 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-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.6 2010/04/26 23:15:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.7 2010/05/02 16:39:51 mr_bones_ Exp $
EAPI=2
inherit autotools eutils multilib games
@@ -34,7 +34,7 @@ src_prepare() {
}
src_configure() {
- addpredict /dev/snd/controlC?
+ addpredict $(echo /dev/snd/controlC? | sed 's/ /:/g')
[[ -e /dev/dsp ]] && addpredict /dev/dsp
egamesconf \
--disable-dependency-tracking \