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 1RqC6O-0008TY-Lb for garchives@archives.gentoo.org; Wed, 25 Jan 2012 23:18:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6FD7E072E; Wed, 25 Jan 2012 23:17:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A632DE072E for ; Wed, 25 Jan 2012 23:17:54 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24C771B4034 for ; Wed, 25 Jan 2012 23:17:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9820580044 for ; Wed, 25 Jan 2012 23:17:53 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <55985ae6c6b0c405d701bfe5970b61c1abf48534.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: profiles/vanilla/linux/uclibc/mips/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: profiles/vanilla/linux/uclibc/mips/make.defaults X-VCS-Directories: profiles/vanilla/linux/uclibc/mips/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 55985ae6c6b0c405d701bfe5970b61c1abf48534 Date: Wed, 25 Jan 2012 23:17:53 +0000 (UTC) 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: 4f086805-fca9-49cb-8e7d-d611f31264b5 X-Archives-Hash: 0b7158139165dcd980d29dc5b2a62541 commit: 55985ae6c6b0c405d701bfe5970b61c1abf48534 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Jan 25 23:17:49 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Jan 25 23:17:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3D55985ae6 Added both mips and ~mips to accepted keywords --- profiles/vanilla/linux/uclibc/mips/make.defaults | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/profiles/vanilla/linux/uclibc/mips/make.defaults b/profiles/= vanilla/linux/uclibc/mips/make.defaults index 85b1d20..6047afb 100644 --- a/profiles/vanilla/linux/uclibc/mips/make.defaults +++ b/profiles/vanilla/linux/uclibc/mips/make.defaults @@ -1,3 +1,3 @@ ARCH=3D"mips" -ACCEPT_KEYWORDS=3D"~mips" +ACCEPT_KEYWORDS=3D"mips ~mips" CHOST=3D"mips-gentoo-linux-uclibc"