diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 03:00:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 03:00:36 +0000 |
commit | a9fc979101c2e4a55957bc97f5b4ac558ed47565 (patch) | |
tree | 202f69b2e71ed8be4ea28136949dc19ac79cef61 /app-emulation/wine/wine-20050524.ebuild | |
parent | Added modular X dependencies. (diff) | |
download | gentoo-2-a9fc979101c2e4a55957bc97f5b4ac558ed47565.tar.gz gentoo-2-a9fc979101c2e4a55957bc97f5b4ac558ed47565.tar.bz2 gentoo-2-a9fc979101c2e4a55957bc97f5b4ac558ed47565.zip |
Dont associate wine with windows executables by default #117785 Dima Ryazanov.
(Portage version: 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 56bb08eeeb57..cb3a9e9769a2 100644 --- a/app-emulation/wine/wine-20050524.ebuild +++ b/app-emulation/wine/wine-20050524.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.10 2005/10/04 01:33:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.11 2006/01/05 03:00:36 vapier Exp $ inherit eutils flag-o-matic multilib @@ -68,6 +68,7 @@ src_unpack() { epatch "${FILESDIR}"/wine-20050725-gcc-32bit.patch epatch "${FILESDIR}"/wine-20050930-dont-warn-lib-path.patch #107971 epatch "${FILESDIR}"/wine-cvs-winelauncher-temp.patch #101773 + sed -i '/^MimeType/d' tools/wine.desktop || die #117785 } config_cache() { |