From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KexVY-0007Mo-OE for garchives@archives.gentoo.org; Sun, 14 Sep 2008 19:43:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A74EE0686; Sun, 14 Sep 2008 19:43:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 61C65E0686 for ; Sun, 14 Sep 2008 19:43:44 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 549F967458 for ; Sun, 14 Sep 2008 19:43:43 +0000 (UTC) Received: from dirtyepic by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KexVV-0003mz-U1 for gentoo-commits@lists.gentoo.org; Sun, 14 Sep 2008 19:43:41 +0000 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: flag-o-matic.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: flag-o-matic.eclass X-VCS-Directories: eclass X-VCS-Committer: dirtyepic X-VCS-Committer-Name: Ryan Hill Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ryan Hill Date: Sun, 14 Sep 2008 19:43:41 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 658143b1-5064-40b9-9340-5c1831911a2d X-Archives-Hash: 00fb8c434e6acbf4aaa00f251ee51ebc dirtyepic 08/09/14 19:43:41 Modified: flag-o-matic.eclass Log: Also declare new_FFLAGS and new_FCFLAGS as arrays in replace-flags(). = Bug #234249. Revision Changes Path 1.125 eclass/flag-o-matic.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?rev=3D1.125&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?rev=3D1.125&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?r1=3D1.124&r2=3D1.125 Index: flag-o-matic.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- flag-o-matic.eclass 3 Jul 2008 05:30:54 -0000 1.124 +++ flag-o-matic.eclass 14 Sep 2008 19:43:41 -0000 1.125 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.124 20= 08/07/03 05:30:54 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.125 20= 08/09/14 19:43:41 dirtyepic Exp $ =20 # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -175,7 +175,7 @@ && die "replace-flags takes 2 arguments, not $#" =20 local f fset - declare -a new_CFLAGS new_CXXFLAGS + declare -a new_CFLAGS new_CXXFLAGS new_FFLAGS new_FCFLAGS =20 for fset in CFLAGS CXXFLAGS FFLAGS FCFLAGS; do # Looping over the flags instead of using a global