diff options
author | 2010-06-29 06:33:44 +0000 | |
---|---|---|
committer | 2010-06-29 06:33:44 +0000 | |
commit | cd7d01927f64957b6139e877729834c9dabe1e2f (patch) | |
tree | ef5738d3bb3319a2b09defcb58abf95a0df1a3a7 /app-emulation | |
parent | restrict test as pointed out in bug 311899 (diff) | |
download | gentoo-2-cd7d01927f64957b6139e877729834c9dabe1e2f.tar.gz gentoo-2-cd7d01927f64957b6139e877729834c9dabe1e2f.tar.bz2 gentoo-2-cd7d01927f64957b6139e877729834c9dabe1e2f.zip |
Update USE=pulseaudio patch #325655.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.2_rc5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index f2dd19c05d0e..734d2f277723 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.314 2010/06/25 21:04:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.315 2010/06/29 06:33:44 vapier Exp $ + + 29 Jun 2010; Mike Frysinger <vapier@gentoo.org> wine-1.2_rc5.ebuild: + Update USE=pulseaudio patch #325655. *wine-1.2_rc5 (25 Jun 2010) *wine-1.2_rc4 (25 Jun 2010) diff --git a/app-emulation/wine/wine-1.2_rc5.ebuild b/app-emulation/wine/wine-1.2_rc5.ebuild index 22904d30b8ea..385daada82b9 100644 --- a/app-emulation/wine/wine-1.2_rc5.ebuild +++ b/app-emulation/wine/wine-1.2_rc5.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/app-emulation/wine/wine-1.2_rc5.ebuild,v 1.2 2010/06/25 21:06:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2_rc5.ebuild,v 1.3 2010/06/29 06:33:44 vapier Exp $ EAPI="2" @@ -19,7 +19,7 @@ else S=${WORKDIR}/${MY_P} fi -pulse_patches() { echo "$1"/winepulse-{0.36,0.35-configure.ac,0.37-winecfg}.patch ; } +pulse_patches() { echo "$1"/winepulse-{0.36,0.35-configure.ac,0.38-winecfg}.patch ; } GV="1.0.0-x86" DESCRIPTION="free implementation of Windows(tm) on Unix" HOMEPAGE="http://www.winehq.org/" |