summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-08-26 21:57:56 +0000
committerMike Frysinger <vapier@gentoo.org>2009-08-26 21:57:56 +0000
commitff65890d62fb44a1f8b638685226c616a1b35be6 (patch)
tree58b62b82a3567498f0e075d36b86b665ab7d7e46 /app-emulation/wine/wine-1.1.6.ebuild
parentAdding dev-ruby/deprecated, newly introduced dependency of ruby-dbi. Ebuild b... (diff)
downloadgentoo-2-ff65890d62fb44a1f8b638685226c616a1b35be6.tar.gz
gentoo-2-ff65890d62fb44a1f8b638685226c616a1b35be6.tar.bz2
gentoo-2-ff65890d62fb44a1f8b638685226c616a1b35be6.zip
Call epatch_user #282735 by Michał Górny.
(Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-emulation/wine/wine-1.1.6.ebuild')
-rw-r--r--app-emulation/wine/wine-1.1.6.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-1.1.6.ebuild b/app-emulation/wine/wine-1.1.6.ebuild
index b06a53f75e48..46be682310d2 100644
--- a/app-emulation/wine/wine-1.1.6.ebuild
+++ b/app-emulation/wine/wine-1.1.6.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.6.ebuild,v 1.4 2009/04/27 05:59:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.6.ebuild,v 1.5 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
}