summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Peterson <lavajoe@gentoo.org>2009-06-14 18:48:10 +0000
committerJoe Peterson <lavajoe@gentoo.org>2009-06-14 18:48:10 +0000
commita5612cc7faa4fa630add24edb99e2c2b207aee84 (patch)
treebe930621aef9d74aa8d1e9d156f78e6dabf14e1b
parentInitial commit (#254716). Thanks to Jimmy.Jazz and Toffanin (diff)
downloadgentoo-2-a5612cc7faa4fa630add24edb99e2c2b207aee84.tar.gz
gentoo-2-a5612cc7faa4fa630add24edb99e2c2b207aee84.tar.bz2
gentoo-2-a5612cc7faa4fa630add24edb99e2c2b207aee84.zip
Minor fix to epatch comment/quoting
(Portage version: 2.1.6.13/cvs/Linux x86_64)
-rw-r--r--games-simulation/secondlife-bin/ChangeLog6
-rw-r--r--games-simulation/secondlife-bin/secondlife-bin-1.23_rc4.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/games-simulation/secondlife-bin/ChangeLog b/games-simulation/secondlife-bin/ChangeLog
index 202f8890e857..1029c9ab228d 100644
--- a/games-simulation/secondlife-bin/ChangeLog
+++ b/games-simulation/secondlife-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/secondlife-bin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/ChangeLog,v 1.23 2009/06/14 18:34:25 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/ChangeLog,v 1.24 2009/06/14 18:48:10 lavajoe Exp $
+
+ 14 Jun 2009; Joe Peterson <lavajoe@gentoo.org>
+ secondlife-bin-1.23_rc4.ebuild:
+ Minor fix to epatch comment/quoting
*secondlife-bin-1.23_rc4 (14 Jun 2009)
diff --git a/games-simulation/secondlife-bin/secondlife-bin-1.23_rc4.ebuild b/games-simulation/secondlife-bin/secondlife-bin-1.23_rc4.ebuild
index cf0ba2443a67..523fcb94a266 100644
--- a/games-simulation/secondlife-bin/secondlife-bin-1.23_rc4.ebuild
+++ b/games-simulation/secondlife-bin/secondlife-bin-1.23_rc4.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-simulation/secondlife-bin/secondlife-bin-1.23_rc4.ebuild,v 1.1 2009/06/14 18:34:25 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/secondlife-bin-1.23_rc4.ebuild,v 1.2 2009/06/14 18:48:10 lavajoe Exp $
inherit eutils multilib games versionator
@@ -90,8 +90,8 @@ src_unpack() {
cd "${S}"
# On 64-bit systems, we need to uncomment LL_BAD_OPENAL_DRIVER=x
- # to fix streaming audio.
- use amd64 && epatch "${FILESDIR}"/${P}-amd64-audio-streaming-fix.patch
+ # and comment out the amd64 streaming disable to fix streaming audio.
+ use amd64 && epatch "${FILESDIR}/${P}-amd64-audio-streaming-fix.patch"
}
src_install() {