summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-05 03:00:36 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-05 03:00:36 +0000
commita9fc979101c2e4a55957bc97f5b4ac558ed47565 (patch)
tree202f69b2e71ed8be4ea28136949dc19ac79cef61 /app-emulation
parentAdded modular X dependencies. (diff)
downloadgentoo-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')
-rw-r--r--app-emulation/wine/ChangeLog12
-rw-r--r--app-emulation/wine/wine-0.9.1.ebuild5
-rw-r--r--app-emulation/wine/wine-0.9.2.ebuild5
-rw-r--r--app-emulation/wine/wine-0.9.3.ebuild5
-rw-r--r--app-emulation/wine/wine-0.9.4.ebuild5
-rw-r--r--app-emulation/wine/wine-0.9.ebuild5
-rw-r--r--app-emulation/wine/wine-20041019-r3.ebuild5
-rw-r--r--app-emulation/wine/wine-20050111-r2.ebuild5
-rw-r--r--app-emulation/wine/wine-20050211.ebuild5
-rw-r--r--app-emulation/wine/wine-20050310-r1.ebuild5
-rw-r--r--app-emulation/wine/wine-20050419.ebuild5
-rw-r--r--app-emulation/wine/wine-20050524.ebuild5
-rw-r--r--app-emulation/wine/wine-20050628.ebuild5
-rw-r--r--app-emulation/wine/wine-20050725-r1.ebuild5
-rw-r--r--app-emulation/wine/wine-20050830.ebuild5
-rw-r--r--app-emulation/wine/wine-20050930.ebuild5
-rw-r--r--app-emulation/wine/wine-9999.ebuild5
17 files changed, 58 insertions, 34 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog
index 23d7505baa13..05441c0ff34e 100644
--- a/app-emulation/wine/ChangeLog
+++ b/app-emulation/wine/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-emulation/wine
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.116 2005/12/25 16:54:02 vapier Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.117 2006/01/05 03:00:36 vapier Exp $
+
+ 05 Jan 2006; Mike Frysinger <vapier@gentoo.org> wine-0.9.ebuild,
+ wine-0.9.1.ebuild, wine-0.9.2.ebuild, wine-0.9.3.ebuild,
+ wine-0.9.4.ebuild, wine-9999.ebuild, wine-20041019-r3.ebuild,
+ wine-20050111-r2.ebuild, wine-20050211.ebuild, wine-20050310-r1.ebuild,
+ wine-20050419.ebuild, wine-20050524.ebuild, wine-20050628.ebuild,
+ wine-20050725-r1.ebuild, wine-20050830.ebuild, wine-20050930.ebuild:
+ Dont associate wine with windows executables by default #117785 Dima Ryazanov.
25 Dec 2005; Mike Frysinger <vapier@gentoo.org>
+files/wine-0.9.4-null-thread-check.patch, wine-0.9.4.ebuild:
diff --git a/app-emulation/wine/wine-0.9.1.ebuild b/app-emulation/wine/wine-0.9.1.ebuild
index ba5d5e6ca1b7..4ed2c1870d95 100644
--- a/app-emulation/wine/wine-0.9.1.ebuild
+++ b/app-emulation/wine/wine-0.9.1.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-0.9.1.ebuild,v 1.1 2005/11/10 02:46:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.1.ebuild,v 1.2 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -68,6 +68,7 @@ src_unpack() {
epatch "${FILESDIR}"/winearts-kdecvs-fix.patch
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
epatch "${FILESDIR}"/wine-20041019-no-stack.patch #66002
+ sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
config_cache() {
diff --git a/app-emulation/wine/wine-0.9.2.ebuild b/app-emulation/wine/wine-0.9.2.ebuild
index c9f59df55f83..cfae7d56dd8c 100644
--- a/app-emulation/wine/wine-0.9.2.ebuild
+++ b/app-emulation/wine/wine-0.9.2.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-0.9.2.ebuild,v 1.1 2005/11/24 05:49:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.2.ebuild,v 1.2 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -68,6 +68,7 @@ src_unpack() {
epatch "${FILESDIR}"/winearts-kdecvs-fix.patch
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
epatch "${FILESDIR}"/wine-20041019-no-stack.patch #66002
+ sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
config_cache() {
diff --git a/app-emulation/wine/wine-0.9.3.ebuild b/app-emulation/wine/wine-0.9.3.ebuild
index 76807826b482..3fc7ebe649e4 100644
--- a/app-emulation/wine/wine-0.9.3.ebuild
+++ b/app-emulation/wine/wine-0.9.3.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-0.9.3.ebuild,v 1.2 2005/12/14 05:42:52 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.3.ebuild,v 1.3 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -84,6 +84,7 @@ src_unpack() {
epatch "${FILESDIR}"/winearts-kdecvs-fix.patch
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
epatch "${FILESDIR}"/wine-20041019-no-stack.patch #66002
+ sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
config_cache() {
diff --git a/app-emulation/wine/wine-0.9.4.ebuild b/app-emulation/wine/wine-0.9.4.ebuild
index 843945495d90..4968f5ccf901 100644
--- a/app-emulation/wine/wine-0.9.4.ebuild
+++ b/app-emulation/wine/wine-0.9.4.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-0.9.4.ebuild,v 1.2 2005/12/25 16:54:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.4.ebuild,v 1.3 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -85,6 +85,7 @@ src_unpack() {
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
epatch "${FILESDIR}"/wine-20041019-no-stack.patch #66002
epatch "${FILESDIR}"/${P}-null-thread-check.patch
+ sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
config_cache() {
diff --git a/app-emulation/wine/wine-0.9.ebuild b/app-emulation/wine/wine-0.9.ebuild
index 1e9c6a6a0be3..aff5d28a7a52 100644
--- a/app-emulation/wine/wine-0.9.ebuild
+++ b/app-emulation/wine/wine-0.9.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-0.9.ebuild,v 1.1 2005/10/25 23:58:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.ebuild,v 1.2 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -68,6 +68,7 @@ src_unpack() {
epatch "${FILESDIR}"/winearts-kdecvs-fix.patch
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
epatch "${FILESDIR}"/wine-20041019-no-stack.patch #66002
+ sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
config_cache() {
diff --git a/app-emulation/wine/wine-20041019-r3.ebuild b/app-emulation/wine/wine-20041019-r3.ebuild
index 65ed45610125..572b06e8c413 100644
--- a/app-emulation/wine/wine-20041019-r3.ebuild
+++ b/app-emulation/wine/wine-20041019-r3.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-20041019-r3.ebuild,v 1.18 2005/10/04 01:33:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.19 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -44,6 +44,7 @@ src_unpack() {
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
+ sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
config_cache() {
diff --git a/app-emulation/wine/wine-20050111-r2.ebuild b/app-emulation/wine/wine-20050111-r2.ebuild
index ab79db64b3e6..59fc86a520e5 100644
--- a/app-emulation/wine/wine-20050111-r2.ebuild
+++ b/app-emulation/wine/wine-20050111-r2.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-20050111-r2.ebuild,v 1.2 2005/10/04 01:33:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050111-r2.ebuild,v 1.3 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -44,6 +44,7 @@ src_unpack() {
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
+ sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
config_cache() {
diff --git a/app-emulation/wine/wine-20050211.ebuild b/app-emulation/wine/wine-20050211.ebuild
index a69e50278302..c6876e0e6cf0 100644
--- a/app-emulation/wine/wine-20050211.ebuild
+++ b/app-emulation/wine/wine-20050211.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-20050211.ebuild,v 1.16 2005/10/04 01:33:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050211.ebuild,v 1.17 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -67,6 +67,7 @@ src_unpack() {
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
+ sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
config_cache() {
diff --git a/app-emulation/wine/wine-20050310-r1.ebuild b/app-emulation/wine/wine-20050310-r1.ebuild
index 2db0095cd84d..9d418023dcaa 100644
--- a/app-emulation/wine/wine-20050310-r1.ebuild
+++ b/app-emulation/wine/wine-20050310-r1.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-20050310-r1.ebuild,v 1.9 2005/10/04 01:33:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050310-r1.ebuild,v 1.10 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -68,6 +68,7 @@ src_unpack() {
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
+ sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
config_cache() {
diff --git a/app-emulation/wine/wine-20050419.ebuild b/app-emulation/wine/wine-20050419.ebuild
index 184bf59d23c6..5b6486cc16b6 100644
--- a/app-emulation/wine/wine-20050419.ebuild
+++ b/app-emulation/wine/wine-20050419.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-20050419.ebuild,v 1.11 2005/10/04 01:33:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.12 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -67,6 +67,7 @@ src_unpack() {
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
+ sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
config_cache() {
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() {
diff --git a/app-emulation/wine/wine-20050628.ebuild b/app-emulation/wine/wine-20050628.ebuild
index d3bb4da8f67d..76c834f52521 100644
--- a/app-emulation/wine/wine-20050628.ebuild
+++ b/app-emulation/wine/wine-20050628.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-20050628.ebuild,v 1.5 2005/10/04 01:33:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050628.ebuild,v 1.6 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -67,6 +67,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() {
diff --git a/app-emulation/wine/wine-20050725-r1.ebuild b/app-emulation/wine/wine-20050725-r1.ebuild
index c2c021ff0dfb..eb7192802a92 100644
--- a/app-emulation/wine/wine-20050725-r1.ebuild
+++ b/app-emulation/wine/wine-20050725-r1.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-20050725-r1.ebuild,v 1.3 2005/10/04 01:33:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050725-r1.ebuild,v 1.4 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -68,6 +68,7 @@ src_unpack() {
epatch "${FILESDIR}"/wine-20050930-no-x.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() {
diff --git a/app-emulation/wine/wine-20050830.ebuild b/app-emulation/wine/wine-20050830.ebuild
index 2605d3b68e65..b990b0ce185a 100644
--- a/app-emulation/wine/wine-20050830.ebuild
+++ b/app-emulation/wine/wine-20050830.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-20050830.ebuild,v 1.2 2005/10/04 01:33:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050830.ebuild,v 1.3 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -68,6 +68,7 @@ src_unpack() {
epatch "${FILESDIR}"/wine-20050930-no-x.patch
epatch "${FILESDIR}"/wine-20050930-dont-warn-lib-path.patch #107971
epatch "${FILESDIR}"/wine-20050830-no-ldap.patch
+ sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
config_cache() {
diff --git a/app-emulation/wine/wine-20050930.ebuild b/app-emulation/wine/wine-20050930.ebuild
index 0c112c637703..60b68816e4f3 100644
--- a/app-emulation/wine/wine-20050930.ebuild
+++ b/app-emulation/wine/wine-20050930.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-20050930.ebuild,v 1.6 2005/12/14 05:40:23 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050930.ebuild,v 1.7 2006/01/05 03:00:36 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -86,6 +86,7 @@ src_unpack() {
epatch "${FILESDIR}"/wine-20041019-no-stack.patch #66002
epatch "${FILESDIR}"/wine-20050930-no-x.patch
epatch "${FILESDIR}"/wine-20050930-dont-warn-lib-path.patch #107971
+ sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
config_cache() {
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
index feffdc4c7b2a..80840e8fdb14 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.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-9999.ebuild,v 1.2 2005/12/14 05:40:23 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.3 2006/01/05 03:00:36 vapier Exp $
ECVS_SERVER="cvs.winehq.org:/home/wine"
ECVS_MODULE="wine"
@@ -91,6 +91,7 @@ src_unpack() {
epatch "${FILESDIR}"/winearts-kdecvs-fix.patch
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
epatch "${FILESDIR}"/wine-20041019-no-stack.patch #66002
+ sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
config_cache() {