diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-03 00:04:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-03 00:04:35 +0000 |
commit | 5293d95fba8fd1c6c565626c1bd9dbc7882ed297 (patch) | |
tree | 6c7a14535c1f105990dc773aae1adb2771ceecf6 /app-emulation/wine/wine-0.9.3.ebuild | |
parent | document the winearts patch (diff) | |
download | historical-5293d95fba8fd1c6c565626c1bd9dbc7882ed297.tar.gz historical-5293d95fba8fd1c6c565626c1bd9dbc7882ed297.tar.bz2 historical-5293d95fba8fd1c6c565626c1bd9dbc7882ed297.zip |
winearts patch hasnt been needed for a while
Diffstat (limited to 'app-emulation/wine/wine-0.9.3.ebuild')
-rw-r--r-- | app-emulation/wine/wine-0.9.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-0.9.3.ebuild b/app-emulation/wine/wine-0.9.3.ebuild index f5c1a6e00514..3d5f7deb5f6a 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-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.8 2006/02/03 00:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.3.ebuild,v 1.9 2006/02/03 00:04:35 vapier Exp $ inherit eutils flag-o-matic multilib @@ -82,7 +82,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050830-gcc-32bit.patch |