Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: profiles/hardened/linux/uclibc/
Date: Mon, 02 Jan 2012 04:59:12
Message-Id: 4bca25436c275b6d473659341f480298e1db41b6.blueness@gentoo
1 commit: 4bca25436c275b6d473659341f480298e1db41b6
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 04:58:58 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 04:58:58 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=4bca2543
7
8 Add unicode, xattr and nptl to default USE
9
10 ---
11 profiles/hardened/linux/uclibc/make.defaults | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/profiles/hardened/linux/uclibc/make.defaults b/profiles/hardened/linux/uclibc/make.defaults
15 index 385cadb..d479f74 100644
16 --- a/profiles/hardened/linux/uclibc/make.defaults
17 +++ b/profiles/hardened/linux/uclibc/make.defaults
18 @@ -4,5 +4,5 @@ PORTAGE_LIBC="uClibc"
19 ELIBC=uclibc
20 FEATURES="sandbox sfperms strict"
21
22 -USE="ncurses readline zlib uclibc -pam"
23 +USE="ncurses nptl readline zlib uclibc -pam unicode xattr"
24 BOOTSTRAP_USE="${BOOTSTRAP_USE} uclibc"