diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-07-10 03:02:24 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-07-10 03:02:24 +0000 |
commit | d5446b93ebf0a26e9a1b8d7a7c17742239eb1847 (patch) | |
tree | 0dcefee2f1001684f5a8441c86a93f8abed116a0 /dev-lang/v8/v8-9999.ebuild | |
parent | Dev channel bump. (diff) | |
download | gentoo-2-d5446b93ebf0a26e9a1b8d7a7c17742239eb1847.tar.gz gentoo-2-d5446b93ebf0a26e9a1b8d7a7c17742239eb1847.tar.bz2 gentoo-2-d5446b93ebf0a26e9a1b8d7a7c17742239eb1847.zip |
Version bump for dev channel release. Export LINK environment variable to eliminate use of bare g++.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/v8/v8-9999.ebuild')
-rw-r--r-- | dev-lang/v8/v8-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/v8/v8-9999.ebuild b/dev-lang/v8/v8-9999.ebuild index 97f7f7126b30..6ad04f5e2d90 100644 --- a/dev-lang/v8/v8-9999.ebuild +++ b/dev-lang/v8/v8-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.29 2012/07/02 17:13:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.30 2012/07/10 03:02:23 floppym Exp $ EAPI="4" @@ -30,6 +30,7 @@ src_unpack() { src_compile() { tc-export AR CC CXX RANLIB + export LINK=${CXX} # Use target arch detection logic from bug #354601. case ${CHOST} in |