diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-01 16:55:02 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-01 16:55:02 +0000 |
commit | db074feb64ae5af97282cfa339a15f4618b492ea (patch) | |
tree | 25283b6e5e65d34c07158f72a5ad14538ca5b411 /dev-lang/v8 | |
parent | x86 stable wrt security bug #365323 (diff) | |
download | gentoo-2-db074feb64ae5af97282cfa339a15f4618b492ea.tar.gz gentoo-2-db074feb64ae5af97282cfa339a15f4618b492ea.tar.bz2 gentoo-2-db074feb64ae5af97282cfa339a15f4618b492ea.zip |
Also import PATH for Prefix, bug #361089 by Asfand Yar Qazi
(Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-lang/v8')
-rw-r--r-- | dev-lang/v8/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/v8/v8-3.2.8.2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/v8/v8-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index beabca097438..07ce61171c8b 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.53 2011/04/27 11:21:22 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.54 2011/05/01 16:55:02 grobian Exp $ + + 01 May 2011; Fabian Groffen <grobian@gentoo.org> v8-3.2.8.2.ebuild, + v8-9999.ebuild: + Also import PATH for Prefix, bug #361089 by Asfand Yar Qazi *v8-3.1.8.12 (27 Apr 2011) diff --git a/dev-lang/v8/v8-3.2.8.2.ebuild b/dev-lang/v8/v8-3.2.8.2.ebuild index 465b1719afb4..43dd1e200230 100644 --- a/dev-lang/v8/v8-3.2.8.2.ebuild +++ b/dev-lang/v8/v8-3.2.8.2.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.2.8.2.ebuild,v 1.2 2011/04/19 10:15:44 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.2.8.2.ebuild,v 1.3 2011/05/01 16:55:02 grobian Exp $ EAPI="2" @@ -50,7 +50,7 @@ src_compile() { # To make tests work, we compile with sample=shell and visibility=default. # For more info see http://groups.google.com/group/v8-users/browse_thread/thread/61ca70420e4476bc # and http://groups.google.com/group/v8-users/browse_thread/thread/165f89728ed6f97d - local myconf="library=shared soname=on sample=shell visibility=default importenv=\"LINKFLAGS\"" + local myconf="library=shared soname=on sample=shell visibility=default importenv=LINKFLAGS,PATH" # Use target arch detection logic from bug #354601. case ${CHOST} in diff --git a/dev-lang/v8/v8-9999.ebuild b/dev-lang/v8/v8-9999.ebuild index 321ae3e23d96..d8830d161429 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.9 2011/04/19 10:15:44 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.10 2011/05/01 16:55:02 grobian Exp $ EAPI="2" @@ -50,7 +50,7 @@ src_compile() { # To make tests work, we compile with sample=shell and visibility=default. # For more info see http://groups.google.com/group/v8-users/browse_thread/thread/61ca70420e4476bc # and http://groups.google.com/group/v8-users/browse_thread/thread/165f89728ed6f97d - local myconf="library=shared sample=shell visibility=default importenv=\"LINKFLAGS\"" + local myconf="library=shared sample=shell visibility=default importenv=LINKFLAGS,PATH" # Use target arch detection logic from bug #354601. case ${CHOST} in |