diff options
Diffstat (limited to 'dev-lang/v8/v8-3.20.12.1.ebuild')
-rw-r--r-- | dev-lang/v8/v8-3.20.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/v8/v8-3.20.12.1.ebuild b/dev-lang/v8/v8-3.20.12.1.ebuild index 81af7fa81a05..c81083eabeae 100644 --- a/dev-lang/v8/v8-3.20.12.1.ebuild +++ b/dev-lang/v8/v8-3.20.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.20.12.1.ebuild,v 1.1 2013/08/13 03:56:22 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.20.12.1.ebuild,v 1.2 2013/08/18 03:12:49 steev Exp $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} ) @@ -52,7 +52,7 @@ src_configure() { fi ;; arm*-*) myarch="arm" - myconf+=" -Dv8_target_arch=arm -Darm_fpu=" + myconf+=" -Dv8_target_arch=arm -Darm_fpu=default" if [[ ${CHOST} == *-hardfloat-* ]] ; then myconf+=" -Dv8_use_arm_eabi_hardfloat=true" else |