diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-14 18:39:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-14 18:39:32 +0000 |
commit | bd25dc825447767b4ae9b5af3c56cab0a83c8023 (patch) | |
tree | 1187e867ee474728616575fe21662b69f8e1bc9e /app-emulation/wine/wine-20050524.ebuild | |
parent | stabilize (diff) | |
download | historical-bd25dc825447767b4ae9b5af3c56cab0a83c8023.tar.gz historical-bd25dc825447767b4ae9b5af3c56cab0a83c8023.tar.bz2 historical-bd25dc825447767b4ae9b5af3c56cab0a83c8023.zip |
Move to -* so people upgrade to 0.9.x and make sure we actually apply the wmf patch for #118101.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-emulation/wine/wine-20050524.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20050524.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20050524.ebuild b/app-emulation/wine/wine-20050524.ebuild index e65e79018c6a..9dd3aa0ad85f 100644 --- a/app-emulation/wine/wine-20050524.ebuild +++ b/app-emulation/wine/wine-20050524.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.12 2006/01/08 04:36:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.13 2006/01/14 18:39:32 vapier Exp $ inherit eutils flag-o-matic multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="-* amd64 x86" +KEYWORDS="-*" IUSE="X alsa arts cups debug nas opengl gif glut jack jpeg oss ncurses lcms" #doc RESTRICT="test" #72375 @@ -76,6 +76,7 @@ src_unpack() { unpack Wine-${PV}.tar.gz cd "${S}" + epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch epatch "${FILESDIR}"/winearts-kdecvs-fix.patch epatch "${FILESDIR}"/wine-hangfix-bug2660.patch #98156 |