diff options
Diffstat (limited to 'app-emulation/wine/wine-0.9.34.ebuild')
-rw-r--r-- | app-emulation/wine/wine-0.9.34.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-0.9.34.ebuild b/app-emulation/wine/wine-0.9.34.ebuild index 6921d3b5e840..bf8431998b7c 100644 --- a/app-emulation/wine/wine-0.9.34.ebuild +++ b/app-emulation/wine/wine-0.9.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.34.ebuild,v 1.1 2007/03/31 02:29:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.34.ebuild,v 1.2 2007/04/11 09:05:39 vapier Exp $ inherit eutils flag-o-matic multilib @@ -59,6 +59,7 @@ src_unpack() { sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-gentoo-no-ssp.patch #66002 + epatch "${FILESDIR}"/wine-stub-RtlSetTimeZoneInformation.patch #162438 sed -i '/^MimeType/d' tools/wine.desktop || die #117785 } |