diff options
-rw-r--r-- | profiles/ChangeLog | 8 | ||||
-rw-r--r-- | profiles/hardened/linux/amd64/parent | 2 | ||||
-rw-r--r-- | profiles/hardened/linux/ia64/parent | 2 | ||||
-rw-r--r-- | profiles/hardened/linux/parent | 2 | ||||
-rw-r--r-- | profiles/hardened/linux/x86/parent | 2 |
5 files changed, 11 insertions, 5 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 3704d06b1586..e67eea3537cc 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,17 @@ # ChangeLog for profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5084 2011/02/24 17:54:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5085 2011/02/24 21:21:00 blueness Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 24 Feb 2011; Anthony G. Basile <blueness@gentoo.org> + hardened/linux/amd64/parent, hardened/linux/ia64/parent, + hardened/linux/parent, hardened/linux/x86/parent: + Restructured profile inheritance for hardened/linux/amd64, + hardened/linux/ia64, hardened/linux/x86. Bug #356149 + 24 Feb 2011; Jeroen Roovers <jer@gentoo.org> package.mask: Unmask =dev-libs/libevent-2* (bug #333077). diff --git a/profiles/hardened/linux/amd64/parent b/profiles/hardened/linux/amd64/parent index 2bb7631d9387..f2e50ba2cf4e 100644 --- a/profiles/hardened/linux/amd64/parent +++ b/profiles/hardened/linux/amd64/parent @@ -1,4 +1,4 @@ ../../../base +../../../default/linux ../../../arch/amd64 -../../../releases/10.0 .. diff --git a/profiles/hardened/linux/ia64/parent b/profiles/hardened/linux/ia64/parent index 3fe77ae809e5..8683acb05b19 100644 --- a/profiles/hardened/linux/ia64/parent +++ b/profiles/hardened/linux/ia64/parent @@ -1,4 +1,4 @@ ../../../base +../../../default/linux ../../../arch/ia64 -../../../releases/10.0 .. diff --git a/profiles/hardened/linux/parent b/profiles/hardened/linux/parent index 77ede2836f49..c188b07b3969 100644 --- a/profiles/hardened/linux/parent +++ b/profiles/hardened/linux/parent @@ -1 +1 @@ -../../default/linux +../../releases/10.0 diff --git a/profiles/hardened/linux/x86/parent b/profiles/hardened/linux/x86/parent index 9e06f3d6aa44..e93ab13e6839 100644 --- a/profiles/hardened/linux/x86/parent +++ b/profiles/hardened/linux/x86/parent @@ -1,4 +1,4 @@ ../../../base +../../../default/linux ../../../arch/x86 -../../../releases/10.0 .. |