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 1RhZzM-0004it-DE for garchives@archives.gentoo.org; Mon, 02 Jan 2012 04:59:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11D1F21C036; Mon, 2 Jan 2012 04:59:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CFF9E21C036 for ; Mon, 2 Jan 2012 04:59:04 +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 29A621B4007 for ; Mon, 2 Jan 2012 04:59:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6A3C180042 for ; Mon, 2 Jan 2012 04:59:03 +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: <4bca25436c275b6d473659341f480298e1db41b6.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: profiles/hardened/linux/uclibc/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: profiles/hardened/linux/uclibc/make.defaults X-VCS-Directories: profiles/hardened/linux/uclibc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4bca25436c275b6d473659341f480298e1db41b6 Date: Mon, 2 Jan 2012 04:59:03 +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: 45ec82bb-f1ee-479c-b454-893bc3e25f2e X-Archives-Hash: 669c0687e81f51b771a90f615964523a commit: 4bca25436c275b6d473659341f480298e1db41b6 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Jan 2 04:58:58 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Jan 2 04:58:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3D4bca2543 Add unicode, xattr and nptl to default USE --- profiles/hardened/linux/uclibc/make.defaults | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/profiles/hardened/linux/uclibc/make.defaults b/profiles/hard= ened/linux/uclibc/make.defaults index 385cadb..d479f74 100644 --- a/profiles/hardened/linux/uclibc/make.defaults +++ b/profiles/hardened/linux/uclibc/make.defaults @@ -4,5 +4,5 @@ PORTAGE_LIBC=3D"uClibc" ELIBC=3Duclibc FEATURES=3D"sandbox sfperms strict" =20 -USE=3D"ncurses readline zlib uclibc -pam" +USE=3D"ncurses nptl readline zlib uclibc -pam unicode xattr" BOOTSTRAP_USE=3D"${BOOTSTRAP_USE} uclibc"