diff options
Diffstat (limited to 'app-emulation/wine/wine-1.1.11.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.11.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-1.1.11.ebuild b/app-emulation/wine/wine-1.1.11.ebuild index 9a47f4b2f015..3ca6d0dc8748 100644 --- a/app-emulation/wine/wine-1.1.11.ebuild +++ b/app-emulation/wine/wine-1.1.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.11.ebuild,v 1.3 2009/04/27 05:59:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.11.ebuild,v 1.4 2009/08/26 21:57:56 vapier Exp $ EAPI="1" @@ -87,8 +87,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 } |