diff options
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/profiles.desc | 11 |
2 files changed, 11 insertions, 6 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 5a5a2a6fda41..374252f59c61 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3241 2009/09/08 17:44:43 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3242 2009/09/08 19:49:48 ssuominen 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; Samuli Suominen <ssuominen@gentoo.org> profiles.desc: + Fix hardened PowerPC profiles.desc to use 32bit-userland and + 64bit-userland. + 08 Sep 2009; Gordon Malm <gengor@gentoo.org> profiles.desc: Mark hardened/linux/amd64/10.0/no-multilib dev, not stable. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index e8e134a18d5b..666afecf24f1 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -213,11 +213,12 @@ x86 selinux/v2refpolicy/x86/server dev #x86 uclibc/x86/hardened/2.4 dev # hardened multiarch profiles -amd64 hardened/linux/amd64/10.0 stable -amd64 hardened/linux/amd64/10.0/no-multilib dev -ppc hardened/linux/powerpc/ppc32/10.0 dev -ppc64 hardened/linux/powerpc/ppc64/10.0 dev -x86 hardened/linux/x86/10.0 stable +amd64 hardened/linux/amd64/10.0 stable +amd64 hardened/linux/amd64/10.0/no-multilib dev +ppc hardened/linux/powerpc/ppc32/10.0 dev +ppc hardened/linux/powerpc/ppc64/10.0/32bit-userland dev +ppc64 hardened/linux/powerpc/ppc64/10.0/64bit-userland dev +x86 hardened/linux/x86/10.0 stable # These are Gentoo Prefix profiles, maintained by the Prefix team |