diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-01-28 09:55:31 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-01-28 09:55:31 +0000 |
commit | 9a9c11dca1195581180a071014e763b3b3e53824 (patch) | |
tree | e172f3356c65222e82e18f09d5107fac3cba6191 /dev-lang/v8 | |
parent | EAPI3 (diff) | |
download | gentoo-2-9a9c11dca1195581180a071014e763b3b3e53824.tar.gz gentoo-2-9a9c11dca1195581180a071014e763b3b3e53824.tar.bz2 gentoo-2-9a9c11dca1195581180a071014e763b3b3e53824.zip |
Remove patch applied upstream, bug #352899 by Julien Sanchez <julien.sanchez@gmail.com>.
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-lang/v8')
-rw-r--r-- | dev-lang/v8/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/v8/v8-9999.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index 2116f5188f92..92d357f81bf3 100644 --- a/dev-lang/v8/ChangeLog +++ b/dev-lang/v8/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/v8 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.32 2011/01/27 10:43:45 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.33 2011/01/28 09:55:31 phajdan.jr Exp $ + + 28 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> v8-9999.ebuild: + Remove patch applied upstream, bug #352899 by Julien Sanchez + <julien.sanchez@gmail.com>. *v8-3.0.9 (27 Jan 2011) diff --git a/dev-lang/v8/v8-9999.ebuild b/dev-lang/v8/v8-9999.ebuild index 4d24265d14d7..7be8126e925e 100644 --- a/dev-lang/v8/v8-9999.ebuild +++ b/dev-lang/v8/v8-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.5 2011/01/22 10:05:32 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.6 2011/01/28 09:55:31 phajdan.jr Exp $ EAPI="2" @@ -36,9 +36,6 @@ src_prepare() { # Respect the user's CFLAGS, including the optimization level. epatch "${FILESDIR}"/${PN}-no-O3-r0.patch - # Fix a compile error (bug #349794), to be upstreamed. - epatch "${FILESDIR}"/${PN}-gentoo-bug-349794-r0.patch - # Remove a test that is known to fail: # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06 rm test/mjsunit/debug-script.js || die |