diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-05-28 17:52:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-05-28 17:52:11 +0000 |
commit | 1bf688b78c11d62eb6fef24829b863345aef2a0c (patch) | |
tree | 2ad2d5f29ed2728c99f8852737a9853e2cfd91a6 /app-emulation | |
parent | fix another useless changelog entry (diff) | |
download | gentoo-2-1bf688b78c11d62eb6fef24829b863345aef2a0c.tar.gz gentoo-2-1bf688b78c11d62eb6fef24829b863345aef2a0c.tar.bz2 gentoo-2-1bf688b78c11d62eb6fef24829b863345aef2a0c.zip |
update pulseaudio patch
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 12be10b52bb5..851c7fbbcb96 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.78 2011/05/11 12:50:37 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.79 2011/05/28 17:52:11 vapier Exp $ EAPI="2" @@ -20,7 +20,7 @@ else S=${WORKDIR}/${MY_P} fi -pulse_patches() { echo "$1"/winepulse-{0.39,configure.ac-1.3.19,winecfg-1.3.11}.patch ; } +pulse_patches() { echo "$1"/winepulse-{0.39,configure.ac-1.3.20,winecfg-1.3.11}.patch ; } GV="1.2.0" DESCRIPTION="free implementation of Windows(tm) on Unix" HOMEPAGE="http://www.winehq.org/" |