diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-04 01:33:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-04 01:33:03 +0000 |
commit | 8c4e295a9d69b9292a755f0903fda88f8704150f (patch) | |
tree | ecab2b50bfd820b5385cbfb029a755d49824bc11 /app-emulation/wine/wine-20050524.ebuild | |
parent | Added fix for OO/wine transparencies from bug #96053. Thanks to bartron for (diff) | |
download | historical-8c4e295a9d69b9292a755f0903fda88f8704150f.tar.gz historical-8c4e295a9d69b9292a755f0903fda88f8704150f.tar.bz2 historical-8c4e295a9d69b9292a755f0903fda88f8704150f.zip |
merge newer patches into older versions and sync style across the ebuilds
Package-Manager: portage-2.0.51.22-r2
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 29d99a504914..56bb08eeeb57 100644 --- a/app-emulation/wine/wine-20050524.ebuild +++ b/app-emulation/wine/wine-20050524.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.9 2005/08/23 01:13:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.10 2005/10/04 01:33:03 vapier Exp $ inherit eutils flag-o-matic multilib @@ -64,8 +64,9 @@ src_unpack() { epatch "${FILESDIR}"/winearts-kdecvs-fix.patch epatch "${FILESDIR}"/wine-hangfix-bug2660.patch #98156 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in - epatch "${FILESDIR}"/20041019-no-stack.patch #66002 + epatch "${FILESDIR}"/wine-20041019-no-stack.patch #66002 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 } |