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/vanilla/linux/uclibc/
Date: Sun, 01 Jul 2012 00:15:30
Message-Id: 1341101712.2265939597bc34324f24d69c5db3c9323bba0d8f.blueness@gentoo
1 commit: 2265939597bc34324f24d69c5db3c9323bba0d8f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 00:15:12 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 00:15:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=22659395
7
8 profiles: don't try to save any version of pam
9
10 ---
11 profiles/hardened/linux/uclibc/package.mask | 3 +--
12 profiles/vanilla/linux/uclibc/package.mask | 3 +--
13 2 files changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/profiles/hardened/linux/uclibc/package.mask b/profiles/hardened/linux/uclibc/package.mask
16 index c31e1bc..dee2b29 100644
17 --- a/profiles/hardened/linux/uclibc/package.mask
18 +++ b/profiles/hardened/linux/uclibc/package.mask
19 @@ -1,6 +1,5 @@
20 -sys-libs/uclibc
21 sys-libs/glibc
22 -#
23 ->sys-libs/pam-1.1.2
24 +sys-libs/pam
25 #
26 >=dev-libs/glib-2.32
27
28 diff --git a/profiles/vanilla/linux/uclibc/package.mask b/profiles/vanilla/linux/uclibc/package.mask
29 index c31e1bc..dee2b29 100644
30 --- a/profiles/vanilla/linux/uclibc/package.mask
31 +++ b/profiles/vanilla/linux/uclibc/package.mask
32 @@ -1,6 +1,5 @@
33 -sys-libs/uclibc
34 sys-libs/glibc
35 -#
36 ->sys-libs/pam-1.1.2
37 +sys-libs/pam
38 #
39 >=dev-libs/glib-2.32