diff options
author | Anthony G. Basile <basile@opensource.dyc.edu> | 2010-11-13 10:22:29 -0500 |
---|---|---|
committer | Anthony G. Basile <basile@opensource.dyc.edu> | 2010-11-13 10:22:29 -0500 |
commit | 7d5c3d248051564d11ddf932958fb48d3d8ede00 (patch) | |
tree | fd832a60738e5191e04456c3b4a3fdc8b50a89f7 | |
parent | Fixed deprected message for "flat" profiles (diff) | |
download | hardened-dev-7d5c3d248051564d11ddf932958fb48d3d8ede00.tar.gz hardened-dev-7d5c3d248051564d11ddf932958fb48d3d8ede00.tar.bz2 hardened-dev-7d5c3d248051564d11ddf932958fb48d3d8ede00.zip |
Removed redundant powerpc make.defaults, use.mask and virtuals
6 files changed, 0 insertions, 33 deletions
diff --git a/profiles/hardened/linux/powerpc/ppc32/10.0/make.defaults b/profiles/hardened/linux/powerpc/ppc32/10.0/make.defaults deleted file mode 100644 index 0e326f94..00000000 --- a/profiles/hardened/linux/powerpc/ppc32/10.0/make.defaults +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc32/10.0/make.defaults,v 1.2 2009/09/30 03:08:35 gengor Exp $ - -# STAGE1_USE does not stack -STAGE1_USE="hardened nptl nptlonly pic" - -USE="-unicode" diff --git a/profiles/hardened/linux/powerpc/ppc64/10.0/32bit-userland/make.defaults b/profiles/hardened/linux/powerpc/ppc64/10.0/32bit-userland/make.defaults deleted file mode 100644 index 71ca74da..00000000 --- a/profiles/hardened/linux/powerpc/ppc64/10.0/32bit-userland/make.defaults +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc64/10.0/32bit-userland/make.defaults,v 1.1 2009/08/06 08:07:06 ssuominen Exp $ - -# All extra USE/etc should be specified in sub-profiles. -# DO NOT POLLUTE USE ON THIS PROFILE. - -ACCEPT_KEYWORDS="-* ${ARCH}" diff --git a/profiles/hardened/linux/powerpc/ppc64/10.0/32bit-userland/use.mask b/profiles/hardened/linux/powerpc/ppc64/10.0/32bit-userland/use.mask deleted file mode 100644 index 9b09de2d..00000000 --- a/profiles/hardened/linux/powerpc/ppc64/10.0/32bit-userland/use.mask +++ /dev/null @@ -1,2 +0,0 @@ -# We mask this since we're not really a multilib profile -multilib diff --git a/profiles/hardened/linux/powerpc/ppc64/10.0/64bit-userland/use.mask b/profiles/hardened/linux/powerpc/ppc64/10.0/64bit-userland/use.mask deleted file mode 100644 index 6c918ff2..00000000 --- a/profiles/hardened/linux/powerpc/ppc64/10.0/64bit-userland/use.mask +++ /dev/null @@ -1,2 +0,0 @@ -# We mask this since we don't have a stable sys-process/audit yet -audit diff --git a/profiles/hardened/linux/powerpc/ppc64/10.0/64bit-userland/virtuals b/profiles/hardened/linux/powerpc/ppc64/10.0/64bit-userland/virtuals deleted file mode 100644 index 64956b2f..00000000 --- a/profiles/hardened/linux/powerpc/ppc64/10.0/64bit-userland/virtuals +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 2004-2008 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc64/10.0/64bit-userland/virtuals,v 1.1 2009/08/06 08:07:11 ssuominen Exp $ - -virtual/bootloader sys-boot/yaboot-static diff --git a/profiles/hardened/linux/powerpc/ppc64/10.0/make.defaults b/profiles/hardened/linux/powerpc/ppc64/10.0/make.defaults deleted file mode 100644 index cd57ab8e..00000000 --- a/profiles/hardened/linux/powerpc/ppc64/10.0/make.defaults +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc64/10.0/make.defaults,v 1.2 2009/09/30 03:08:37 gengor Exp $ - -# STAGE1_USE does not stack -STAGE1_USE="hardened nptl nptlonly pic" - -USE="-unicode" |