From 850e67c713fe0894228a3cf330521fccd1d64ac9 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 15 Jul 2011 16:27:59 +0000 Subject: Disable long-double support on MIPS only for o32 ABI (no longer disable long-double on n32 and n64 ABIs) (Portage version: 2.1.10.3/cvs/Linux x86_64) --- dev-libs/boost/boost-1.42.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-libs/boost/boost-1.42.0-r1.ebuild') diff --git a/dev-libs/boost/boost-1.42.0-r1.ebuild b/dev-libs/boost/boost-1.42.0-r1.ebuild index 12bda20c555a..558448362894 100644 --- a/dev-libs/boost/boost-1.42.0-r1.ebuild +++ b/dev-libs/boost/boost-1.42.0-r1.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-libs/boost/boost-1.42.0-r1.ebuild,v 1.3 2011/04/05 05:23:28 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0-r1.ebuild,v 1.4 2011/07/15 16:27:59 mattst88 Exp $ EAPI="2" @@ -158,7 +158,7 @@ __EOF__ use python || OPTIONS="${OPTIONS} --without-python" # https://svn.boost.org/trac/boost/attachment/ticket/2597/add-disable-long-double.patch - if use sparc || use mips || use hppa || use arm || use x86-fbsd || use sh; then + if use sparc || { use mips && [[ ${ABI} = "o32" ]]; } || use hppa || use arm || use x86-fbsd || use sh; then OPTIONS="${OPTIONS} --disable-long-double" fi -- cgit v1.2.3-65-gdbad