diff options
author | 2009-09-08 17:30:08 +0000 | |
---|---|---|
committer | 2009-09-08 17:30:08 +0000 | |
commit | 566f3337a2191b2fa5e6cf58d3f550713b2819af (patch) | |
tree | 0e5c136b68704cae3b7f57c36e75876617275356 /profiles | |
parent | Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320. (diff) | |
download | gentoo-2-566f3337a2191b2fa5e6cf58d3f550713b2819af.tar.gz gentoo-2-566f3337a2191b2fa5e6cf58d3f550713b2819af.tar.bz2 gentoo-2-566f3337a2191b2fa5e6cf58d3f550713b2819af.zip |
Update multi-inheritance hardened profile paths
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/profiles.desc | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index d8196c0136a2..5a83ce054447 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3239 2009/09/08 15:40:07 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3240 2009/09/08 17:30:08 gengor 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! + 08 Sep 2009; Gordon Malm <gengor@gentoo.org> profiles.desc: + Update multi-inheritance hardened profile paths. + 08 Sep 2009; Jeremy Olexa <darkside@gentoo.org> package.mask: Mask =app-portage/eix-0.17.1 because it needs xz-utils and that conflicts with many other packages diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 447146810a55..38804ab79a2d 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -240,10 +240,11 @@ x86 selinux/v2refpolicy/x86/server dev #x86 uclibc/x86/hardened/2.4 dev # hardened multiarch profiles -amd64 hardened/linux/amd64 stable -ppc hardened/linux/powerpc/ppc32 dev -ppc64 hardened/linux/powerpc/ppc64 dev -x86 hardened/linux/x86 stable +amd64 hardened/linux/amd64/10.0 stable +amd64 hardened/linux/amd64/10.0/no-multilib stable +ppc hardened/linux/powerpc/ppc32/10.0 dev +ppc64 hardened/linux/powerpc/ppc64/10.0 dev +x86 hardened/linux/x86/10.0 stable # These are Gentoo Prefix profiles, maintained by the Prefix team |