diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-12 19:18:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-12-12 19:18:10 +0000 |
commit | b0f7c88a90c605e576d42f6fa1dc64adc34b8760 (patch) | |
tree | a6d84a39b9b70d43217211259d15c66b4c052905 /profiles/hardened | |
parent | Remove the ebuild for 3.0-beta1. (diff) | |
download | gentoo-2-b0f7c88a90c605e576d42f6fa1dc64adc34b8760.tar.gz gentoo-2-b0f7c88a90c605e576d42f6fa1dc64adc34b8760.tar.bz2 gentoo-2-b0f7c88a90c605e576d42f6fa1dc64adc34b8760.zip |
punt FEATURES=autoconfig from all profiles
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/amd64/multilib/make.defaults | 4 | ||||
-rw-r--r-- | profiles/hardened/x86/minimal/make.defaults | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/profiles/hardened/amd64/multilib/make.defaults b/profiles/hardened/amd64/multilib/make.defaults index 30d0af0b2410..3c71829b79ba 100644 --- a/profiles/hardened/amd64/multilib/make.defaults +++ b/profiles/hardened/amd64/multilib/make.defaults @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/make.defaults,v 1.5 2009/06/08 18:37:16 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/make.defaults,v 1.6 2010/12/12 19:18:10 vapier Exp $ -FEATURES="sandbox autoconfig" +FEATURES="sandbox" USE="${USE} multilib" MULTILIB_ABIS="x86 amd64" DEFAULT_ABI="amd64" diff --git a/profiles/hardened/x86/minimal/make.defaults b/profiles/hardened/x86/minimal/make.defaults index 9a0ed8f4c7c6..c81b3da7efcd 100644 --- a/profiles/hardened/x86/minimal/make.defaults +++ b/profiles/hardened/x86/minimal/make.defaults @@ -1,6 +1,6 @@ # Copyright 2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/minimal/make.defaults,v 1.1 2009/03/24 17:29:22 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/minimal/make.defaults,v 1.2 2010/12/12 19:18:10 vapier Exp $ # - TESTING PROFILE - TESTING PROFILE - # ------ USE AT YOUR OWN RISK ------ @@ -13,5 +13,5 @@ PKGDIR=${PORTDIR}/packages/${ARCH}/ CFLAGS="-Os -pipe" CXXFLAGS="${CFLAGS}" -FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" +FEATURES="sandbox sfperms strict nodoc noinfo noman" |