From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1McNbu-0003Es-By for garchives@archives.gentoo.org; Sat, 15 Aug 2009 18:04:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ED7EE0226; Sat, 15 Aug 2009 18:04:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4B012E0226 for ; Sat, 15 Aug 2009 18:04:09 +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 017A266C80 for ; Sat, 15 Aug 2009 18:04:09 +0000 (UTC) Received: from zmedico by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1McNbs-0003u8-Io for gentoo-commits@lists.gentoo.org; Sat, 15 Aug 2009 18:04:08 +0000 From: "Zac Medico (zmedico)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zmedico@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: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=utf8 Message-Id: Sender: Zac Medico Date: Sat, 15 Aug 2009 18:04:08 +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: 75d5e93b-258a-4a2a-a5ce-d3e8e410f726 X-Archives-Hash: a422d8692da778dbd7b59d85f50b91f0 zmedico 09/08/15 18:04:08 Modified: flag-o-matic.eclass Log: Bug #281311 - Escape ~ inside strip-flags(). Revision Changes Path 1.143 eclass/flag-o-matic.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?rev=3D1.143&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?rev=3D1.143&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?r1=3D1.142&r2=3D1.143 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.142 retrieving revision 1.143 diff -u -r1.142 -r1.143 --- flag-o-matic.eclass 29 Jul 2009 08:32:43 -0000 1.142 +++ flag-o-matic.eclass 15 Aug 2009 18:04:08 -0000 1.143 @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.142 20= 09/07/29 08:32:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.143 20= 09/08/15 18:04:08 zmedico Exp $ =20 # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -325,7 +325,7 @@ local NEW_FCFLAGS=3D"" =20 # Allow unstable C[XX]FLAGS if we are using unstable profile ... - if has ~$(tc-arch) ${ACCEPT_KEYWORDS} ; then + if has \~$(tc-arch) ${ACCEPT_KEYWORDS} ; then ALLOWED_FLAGS=3D"${ALLOWED_FLAGS} ${UNSTABLE_FLAGS}" fi =20