diff options
author | 2011-06-29 04:55:04 +0000 | |
---|---|---|
committer | 2011-06-29 04:55:04 +0000 | |
commit | e2393c747d29b0ebc554f76843de54b8937f9049 (patch) | |
tree | ba4e9cb58b680d3c408b2ac15c2f8143c359822c /app-emulation | |
parent | Version bump #369393 by Georgi Chulkov. (diff) | |
download | gentoo-2-e2393c747d29b0ebc554f76843de54b8937f9049.tar.gz gentoo-2-e2393c747d29b0ebc554f76843de54b8937f9049.tar.bz2 gentoo-2-e2393c747d29b0ebc554f76843de54b8937f9049.zip |
Update winepulse patches #367089.
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 62e2bc3cddb7..69b67520c844 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.365 2011/05/28 17:53:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.366 2011/06/29 04:55:04 vapier Exp $ + + 29 Jun 2011; Mike Frysinger <vapier@gentoo.org> wine-9999.ebuild: + Update winepulse patches #367089. *wine-1.3.21 (28 May 2011) *wine-1.3.20 (28 May 2011) diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 851c7fbbcb96..c855cec178eb 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.79 2011/05/28 17:52:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.80 2011/06/29 04:55:04 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.20,winecfg-1.3.11}.patch ; } +pulse_patches() { echo "$1"/winepulse-{0.40,configure.ac-1.3.22,winecfg-1.3.11}.patch ; } GV="1.2.0" DESCRIPTION="free implementation of Windows(tm) on Unix" HOMEPAGE="http://www.winehq.org/" |