From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1C7011381F3 for ; Wed, 17 Apr 2013 02:12:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95C66E091E; Wed, 17 Apr 2013 02:12:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28639E091E for ; Wed, 17 Apr 2013 02:12:39 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12A1133BE2C for ; Wed, 17 Apr 2013 02:12:38 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2145) id CB6682171E; Wed, 17 Apr 2013 02:12:36 +0000 (UTC) From: "Ryan Hill (dirtyepic)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dirtyepic@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: toolchain.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: toolchain.eclass X-VCS-Directories: eclass X-VCS-Committer: dirtyepic X-VCS-Committer-Name: Ryan Hill Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130417021236.CB6682171E@flycatcher.gentoo.org> Date: Wed, 17 Apr 2013 02:12:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7078c543-86bd-4638-987a-3a1460c02b54 X-Archives-Hash: 634a56a9d710b977811aa482bcf9f5cb dirtyepic 13/04/17 02:12:36 Modified: toolchain.eclass Log: Multiarch got backported to 4.6/4.7. 4.6.4 will be handled by patch since things are even more broken there. Revision Changes Path 1.582 eclass/toolchain.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.582&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.582&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.581&r2=1.582 Index: toolchain.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v retrieving revision 1.581 retrieving revision 1.582 diff -u -r1.581 -r1.582 --- toolchain.eclass 10 Apr 2013 19:16:41 -0000 1.581 +++ toolchain.eclass 17 Apr 2013 02:12:36 -0000 1.582 @@ -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/eclass/toolchain.eclass,v 1.581 2013/04/10 19:16:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.582 2013/04/17 02:12:36 dirtyepic Exp $ # # Maintainer: Toolchain Ninjas @@ -1970,7 +1970,7 @@ config+="/t-linux64" local sed_args=() - if tc_version_is_at_least 4.8 ; then + if tc_version_is_at_least 4.7 ; then sed_args+=( -e 's:$[(]call if_multiarch[^)]*[)]::g' ) fi if [[ ${SYMLINK_LIB} == "yes" ]] ; then