diff options
-rw-r--r-- | games-simulation/secondlife-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/secondlife-bin/secondlife-bin-1.23_rc4.ebuild | 6 |
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() { |