diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-24 07:41:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-24 07:41:47 +0000 |
commit | f3a82afdb4bfeb3bd7046d7bb4ea4b9eae1e71a7 (patch) | |
tree | 86f30c9f10be3d08efb65463b99cf435754abe4a /app-emulation/wine/wine-0.9.8-r1.ebuild | |
parent | touchups (diff) | |
download | gentoo-2-f3a82afdb4bfeb3bd7046d7bb4ea4b9eae1e71a7.tar.gz gentoo-2-f3a82afdb4bfeb3bd7046d7bb4ea4b9eae1e71a7.tar.bz2 gentoo-2-f3a82afdb4bfeb3bd7046d7bb4ea4b9eae1e71a7.zip |
remove ddraw-gamma patch as the "bug" is in user config files, not the code
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'app-emulation/wine/wine-0.9.8-r1.ebuild')
-rw-r--r-- | app-emulation/wine/wine-0.9.8-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-0.9.8-r1.ebuild b/app-emulation/wine/wine-0.9.8-r1.ebuild index ba72a6d5eb86..5d2cc763d43f 100644 --- a/app-emulation/wine/wine-0.9.8-r1.ebuild +++ b/app-emulation/wine/wine-0.9.8-r1.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.8-r1.ebuild,v 1.7 2006/04/02 20:11:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.8-r1.ebuild,v 1.8 2006/06/24 07:41:47 vapier Exp $ inherit eutils flag-o-matic multilib @@ -66,7 +66,6 @@ src_unpack() { unpack wine-${PV}.tar.bz2 cd "${S}" - epatch "${FILESDIR}"/wine-0.9.6-force-ddraw-gamma.patch #119931 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-gentoo-no-ssp.patch #66002 sed -i '/^MimeType/d' tools/wine.desktop || die #117785 |