diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-02-05 09:23:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-02-05 09:23:15 +0000 |
commit | 727b95acabfad41ddec89fd5a0b2411689a60895 (patch) | |
tree | 903812858461fc83d0af29a48942dfbbfc01c92a /app-emulation/wine/wine-9999.ebuild | |
parent | old (diff) | |
download | gentoo-2-727b95acabfad41ddec89fd5a0b2411689a60895.tar.gz gentoo-2-727b95acabfad41ddec89fd5a0b2411689a60895.tar.bz2 gentoo-2-727b95acabfad41ddec89fd5a0b2411689a60895.zip |
Update winepulse patches #353251 by Murray Colpman.
Diffstat (limited to 'app-emulation/wine/wine-9999.ebuild')
-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 dbb2f1252e15..4edb939dcffd 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.71 2011/02/05 08:50:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.72 2011/02/05 09:23:15 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.10,0.38-winecfg}.patch ; } +pulse_patches() { echo "$1"/winepulse-{0.39,configure.ac-1.3.10,winecfg-1.3.11}.patch ; } GV="1.1.0" DESCRIPTION="free implementation of Windows(tm) on Unix" HOMEPAGE="http://www.winehq.org/" |