diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-06 10:17:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-06 10:17:24 +0000 |
commit | e49c5574ed142aaee02a098ee02b4d950f5cf7c2 (patch) | |
tree | 2a613b1d2259352f2c1c4f4088854479614d0a68 /app-emulation | |
parent | Version bump #253895 by Loïc Ludwig. (diff) | |
download | gentoo-2-e49c5574ed142aaee02a098ee02b4d950f5cf7c2.tar.gz gentoo-2-e49c5574ed142aaee02a098ee02b4d950f5cf7c2.tar.bz2 gentoo-2-e49c5574ed142aaee02a098ee02b4d950f5cf7c2.zip |
Drop gcc-3.4 ssp-compat patch #253740.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 6583dd06dcae..ab84d3336486 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.237 2009/01/02 22:57:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.238 2009/01/06 10:17:24 vapier Exp $ + + 06 Jan 2009; Mike Frysinger <vapier@gentoo.org> wine-9999.ebuild: + Drop gcc-3.4 ssp-compat patch #253740. *wine-1.1.12 (02 Jan 2009) diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 68954a756f48..a087e5440843 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.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-9999.ebuild,v 1.24 2008/03/27 18:30:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.25 2009/01/06 10:17:24 vapier Exp $ EAPI="1" @@ -82,7 +82,6 @@ src_unpack() { cd "${S}" 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 } |