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/, profiles/hardened/linux/uclibc/x86/
Date: Tue, 03 Jan 2012 03:32:29
Message-Id: 0dc0465614259cc6a27ad96e3ee85e6c32e8d6e3.blueness@gentoo
1 commit: 0dc0465614259cc6a27ad96e3ee85e6c32e8d6e3
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 03:32:11 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 03:32:11 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=0dc04656
7
8 profiles: relaxing unnecessary USE maskings
9
10 ---
11 profiles/hardened/linux/uclibc/make.defaults | 2 +-
12 profiles/hardened/linux/uclibc/package.use.mask | 3 ---
13 profiles/hardened/linux/uclibc/packages.build | 1 -
14 profiles/hardened/linux/uclibc/x86/make.defaults | 3 +--
15 .../hardened/linux/uclibc/x86/package.use.mask | 1 +
16 5 files changed, 3 insertions(+), 7 deletions(-)
17
18 diff --git a/profiles/hardened/linux/uclibc/make.defaults b/profiles/hardened/linux/uclibc/make.defaults
19 index d479f74..069f068 100644
20 --- a/profiles/hardened/linux/uclibc/make.defaults
21 +++ b/profiles/hardened/linux/uclibc/make.defaults
22 @@ -4,5 +4,5 @@ PORTAGE_LIBC="uClibc"
23 ELIBC=uclibc
24 FEATURES="sandbox sfperms strict"
25
26 -USE="ncurses nptl readline zlib uclibc -pam unicode xattr"
27 +USE="ncurses nptl readline uclibc unicode xattr zlib -pam"
28 BOOTSTRAP_USE="${BOOTSTRAP_USE} uclibc"
29
30 diff --git a/profiles/hardened/linux/uclibc/package.use.mask b/profiles/hardened/linux/uclibc/package.use.mask
31 deleted file mode 100644
32 index cf149a8..0000000
33 --- a/profiles/hardened/linux/uclibc/package.use.mask
34 +++ /dev/null
35 @@ -1,3 +0,0 @@
36 -dev-lang/python ipv6
37 -sys-process/psmisc ipv6
38 -net-misc/iputils ipv6
39
40 diff --git a/profiles/hardened/linux/uclibc/packages.build b/profiles/hardened/linux/uclibc/packages.build
41 deleted file mode 100644
42 index 3ee34a3..0000000
43 --- a/profiles/hardened/linux/uclibc/packages.build
44 +++ /dev/null
45 @@ -1 +0,0 @@
46 -sys-apps/shadow
47
48 diff --git a/profiles/hardened/linux/uclibc/x86/make.defaults b/profiles/hardened/linux/uclibc/x86/make.defaults
49 index 0c8f59e..48a2633 100644
50 --- a/profiles/hardened/linux/uclibc/x86/make.defaults
51 +++ b/profiles/hardened/linux/uclibc/x86/make.defaults
52 @@ -1,7 +1,6 @@
53 ARCH="x86"
54 ACCEPT_KEYWORDS="x86"
55 CHOST="i386-gentoo-linux-uclibc"
56 -UCLIBC_CPU_DEFAULT="GENERIC_386"
57
58 -USE="ncurses readline zlib uclibc hardened pic"
59 +USE="hardened ncurses pic readline uclibc zlib"
60 BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic"
61
62 diff --git a/profiles/hardened/linux/uclibc/x86/package.use.mask b/profiles/hardened/linux/uclibc/x86/package.use.mask
63 new file mode 100644
64 index 0000000..0388180
65 --- /dev/null
66 +++ b/profiles/hardened/linux/uclibc/x86/package.use.mask
67 @@ -0,0 +1 @@
68 +net-misc/iputils ipv6