diff options
author | 2011-01-28 09:55:31 +0000 | |
---|---|---|
committer | 2011-01-28 09:55:31 +0000 | |
commit | 9a9c11dca1195581180a071014e763b3b3e53824 (patch) | |
tree | e172f3356c65222e82e18f09d5107fac3cba6191 /dev-lang/v8/v8-9999.ebuild | |
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/v8-9999.ebuild')
-rw-r--r-- | dev-lang/v8/v8-9999.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
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 |