diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-11-23 22:23:20 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-11-23 22:23:20 +0000 |
commit | fbcbce4fa6f2979a77e5ac876d966d4f06bf7e5c (patch) | |
tree | 74207377f2570a30567b27284e8cf4ae0b19f4d5 /dev-lang | |
parent | remove old (diff) | |
download | gentoo-2-fbcbce4fa6f2979a77e5ac876d966d4f06bf7e5c.tar.gz gentoo-2-fbcbce4fa6f2979a77e5ac876d966d4f06bf7e5c.tar.bz2 gentoo-2-fbcbce4fa6f2979a77e5ac876d966d4f06bf7e5c.zip |
Remove obsolete sed call; the build system allows us to turn off -Werror.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/v8/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/v8/v8-3.7.6.ebuild | 7 | ||||
-rw-r--r-- | dev-lang/v8/v8-3.7.7.ebuild | 7 |
3 files changed, 7 insertions, 13 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index 29895e2c8b6e..ed8dd42f6657 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.111 2011/11/23 19:29:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.112 2011/11/23 22:23:20 floppym Exp $ + + 23 Nov 2011; Mike Gilbert <floppym@gentoo.org> v8-3.7.6.ebuild, + v8-3.7.7.ebuild: + Remove obsolete sed call; the build system allows us to turn off -Werror. 23 Nov 2011; Mike Gilbert <floppym@gentoo.org> v8-9999.ebuild: Add pkg_pretend check to live ebuild. diff --git a/dev-lang/v8/v8-3.7.6.ebuild b/dev-lang/v8/v8-3.7.6.ebuild index 03bc0a182ea0..c6ed072ccaf4 100644 --- a/dev-lang/v8/v8-3.7.6.ebuild +++ b/dev-lang/v8/v8-3.7.6.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-3.7.6.ebuild,v 1.2 2011/11/23 19:27:23 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.6.ebuild,v 1.3 2011/11/23 22:23:20 floppym Exp $ EAPI="4" @@ -31,11 +31,6 @@ pkg_setup() { python_pkg_setup } -src_prepare() { - # Stop -Werror from breaking the build. - sed -i -e "s/-Werror//" build/standalone.gypi || die -} - src_compile() { tc-export AR CC CXX RANLIB export LINK="${CXX}" diff --git a/dev-lang/v8/v8-3.7.7.ebuild b/dev-lang/v8/v8-3.7.7.ebuild index 4c563274f128..0fdf1c9c4131 100644 --- a/dev-lang/v8/v8-3.7.7.ebuild +++ b/dev-lang/v8/v8-3.7.7.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-3.7.7.ebuild,v 1.2 2011/11/23 19:27:23 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.7.ebuild,v 1.3 2011/11/23 22:23:19 floppym Exp $ EAPI="4" @@ -31,11 +31,6 @@ pkg_setup() { python_pkg_setup } -src_prepare() { - # Stop -Werror from breaking the build. - sed -i -e "s/-Werror//" build/standalone.gypi || die -} - src_compile() { tc-export AR CC CXX RANLIB export LINK="${CXX}" |