summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2010-05-15 22:39:37 +0000
committerTony Vroon <chainsaw@gentoo.org>2010-05-15 22:39:37 +0000
commit6c35738f1419a6fbd1a9a087ea21110911d0feb4 (patch)
tree23bd7d396e2357b5fd1a57fb06cb94e2cab20eec /app-emulation
parentNew ebuild - php docs plugin for KDevelop 4 (diff)
downloadgentoo-2-6c35738f1419a6fbd1a9a087ea21110911d0feb4.tar.gz
gentoo-2-6c35738f1419a6fbd1a9a087ea21110911d0feb4.tar.bz2
gentoo-2-6c35738f1419a6fbd1a9a087ea21110911d0feb4.zip
Patch by Xavier Parizet allows compilation with USE="pulse", closes bug #319325 by "tman".
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/ChangeLog6
-rw-r--r--app-emulation/wine/wine-1.1.44.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog
index 9d1d91c89505..840912f1aece 100644
--- a/app-emulation/wine/ChangeLog
+++ b/app-emulation/wine/ChangeLog
@@ -1,6 +1,10 @@
# 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.304 2010/05/12 03:32:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.305 2010/05/15 22:39:37 chainsaw Exp $
+
+ 15 May 2010; <chainsaw@gentoo.org> wine-1.1.44.ebuild:
+ Patch by Xavier Parizet allows compilation with USE="pulse", closes bug
+ #319325 by "tman".
*wine-1.1.44 (12 May 2010)
diff --git a/app-emulation/wine/wine-1.1.44.ebuild b/app-emulation/wine/wine-1.1.44.ebuild
index b9c7a7a3bab9..0137ea4620d1 100644
--- a/app-emulation/wine/wine-1.1.44.ebuild
+++ b/app-emulation/wine/wine-1.1.44.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.1.44.ebuild,v 1.1 2010/05/12 03:32:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.44.ebuild,v 1.2 2010/05/15 22:39:37 chainsaw 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.34-winecfg}.patch ; }
+pulse_patches() { echo "$1"/winepulse-{0.36,0.35-configure.ac,0.36-winecfg}.patch ; }
GV="1.0.0-x86"
DESCRIPTION="free implementation of Windows(tm) on Unix"
HOMEPAGE="http://www.winehq.org/"