diff options
Diffstat (limited to 'app-emulation/wine/wine-1.1.2.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.1.2.ebuild b/app-emulation/wine/wine-1.1.2.ebuild index 85e5c60701fe..c16314d6c410 100644 --- a/app-emulation/wine/wine-1.1.2.ebuild +++ b/app-emulation/wine/wine-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.2.ebuild,v 1.4 2009/04/27 05:59:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.2.ebuild,v 1.5 2009/08/26 21:57:56 vapier Exp $ EAPI="1" @@ -86,8 +86,9 @@ src_unpack() { fi cd "${S}" - sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die epatch "${FILESDIR}"/wine-gentoo-no-ssp.patch #66002 + epatch_user #282735 + sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die sed -i '/^MimeType/d' tools/wine.desktop || die #117785 } |