diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-08 19:49:48 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-08 19:49:48 +0000 |
commit | 4eef1d08f7ccc31b5f1092ca00f89b75ca89e325 (patch) | |
tree | 5480e4b63bb45e58eb5f0eecd41126937a0a7f32 /profiles/profiles.desc | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-4eef1d08f7ccc31b5f1092ca00f89b75ca89e325.tar.gz gentoo-2-4eef1d08f7ccc31b5f1092ca00f89b75ca89e325.tar.bz2 gentoo-2-4eef1d08f7ccc31b5f1092ca00f89b75ca89e325.zip |
Fix hardened PowerPC profiles.desc to use 32bit-userland and 64bit-userland.
Diffstat (limited to 'profiles/profiles.desc')
-rw-r--r-- | profiles/profiles.desc | 11 |
1 files changed, 6 insertions, 5 deletions
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 |