diff options
Diffstat (limited to 'app-emulation/wine/wine-20050211.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20050211.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-emulation/wine/wine-20050211.ebuild b/app-emulation/wine/wine-20050211.ebuild index 9d20acb3e2ca..a69e50278302 100644 --- a/app-emulation/wine/wine-20050211.ebuild +++ b/app-emulation/wine/wine-20050211.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050211.ebuild,v 1.15 2005/08/23 01:13:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050211.ebuild,v 1.16 2005/10/04 01:33:03 vapier Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic multilib -DESCRIPTION="free implementation of Windows(tm) on Unix - CVS snapshot" +DESCRIPTION="free implementation of Windows(tm) on Unix" HOMEPAGE="http://www.winehq.com/" SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz" @@ -62,9 +62,10 @@ src_unpack() { epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch epatch "${FILESDIR}"/winearts-kdecvs-fix.patch - epatch "${FILESDIR}"/20050211-docs.patch + epatch "${FILESDIR}"/wine-20050211-docs.patch sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in - epatch "${FILESDIR}"/20041019-no-stack.patch #66002 + epatch "${FILESDIR}"/wine-20041019-no-stack.patch #66002 + epatch "${FILESDIR}"/wine-20050930-dont-warn-lib-path.patch #107971 epatch "${FILESDIR}"/wine-cvs-winelauncher-temp.patch #101773 } |