diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-06 20:00:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-06 20:00:09 +0000 |
commit | ba800ea59edaa127874060d945ccb51a9697eb54 (patch) | |
tree | 9c584f4a041edfd498affd5f6bd88264d0b486df /app-emulation | |
parent | Added patch to fix crashes while expanding content tree. Closes bug #101558. (diff) | |
download | historical-ba800ea59edaa127874060d945ccb51a9697eb54.tar.gz historical-ba800ea59edaa127874060d945ccb51a9697eb54.tar.bz2 historical-ba800ea59edaa127874060d945ccb51a9697eb54.zip |
punt hangfix patch #101528
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/Manifest | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050111-r1.ebuild | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest index 446627748f45..86aa998f2971 100644 --- a/app-emulation/wine/Manifest +++ b/app-emulation/wine/Manifest @@ -2,7 +2,7 @@ Hash: SHA1 MD5 3f63a6ce9a9b869b6ae2fbdb59c3c151 wine-20050211.ebuild 3718 -MD5 117d8367d7098cdfc4fb03ac69ddf662 wine-20050111-r1.ebuild 3244 +MD5 defd945a1ce1507b4c62bbc5198c4963 wine-20050111-r1.ebuild 3188 MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354 MD5 53c3636a328b2d17758087609d653b8f wine-20050419.ebuild 3700 MD5 6b9fd7a4507c6219a21ea7a649d163c7 wine-20050628.ebuild 3765 @@ -30,7 +30,7 @@ MD5 45243901331840c35f12426a17b31bd2 files/wine-20050310-upstream-colortable.pat -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFC9C0fgIKl8Uu19MoRAt7UAJ4xHxONfzP+f5qRGkWLB6s5UxNVqACeJrqi -bZ4tAQC7MK9AXXWwkaGRUFs= -=gl+o +iD8DBQFC9RcngIKl8Uu19MoRAqq1AJ4h+bUDGK8k7ivHceeLlUG6u1+F1QCfdZ+F +Hra0RXEqGAUh1JlQdrK2LGY= +=eFOo -----END PGP SIGNATURE----- diff --git a/app-emulation/wine/wine-20050111-r1.ebuild b/app-emulation/wine/wine-20050111-r1.ebuild index 6c1d16531fa7..da910710b017 100644 --- a/app-emulation/wine/wine-20050111-r1.ebuild +++ b/app-emulation/wine/wine-20050111-r1.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-20050111-r1.ebuild,v 1.7 2005/08/06 03:22:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050111-r1.ebuild,v 1.8 2005/08/06 20:00:09 vapier Exp $ inherit eutils flag-o-matic @@ -40,7 +40,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch epatch "${FILESDIR}"/${P}-upstream-registry-fix.patch.bz2 #85387 epatch "${FILESDIR}"/winearts-kdecvs-fix.patch - epatch "${FILESDIR}"/wine-hangfix-bug2660.patch #98156 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in test_flag -fstack-protector && epatch "${FILESDIR}"/20041019-no-stack.patch #66002 |