diff options
author | Gordon Malm <gengor@gentoo.org> | 2010-02-01 11:42:34 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2010-02-01 11:42:34 +0000 |
commit | efe56873429988ac6cd33b358d3ca03c893d0dd9 (patch) | |
tree | a9aa25a60ff41b528d733fb1b3a44ab4b7ee34d3 /profiles | |
parent | Bump to official beta2 release, yes this causes a downgrade, my mistake earlier. (diff) | |
download | historical-efe56873429988ac6cd33b358d3ca03c893d0dd9.tar.gz historical-efe56873429988ac6cd33b358d3ca03c893d0dd9.tar.bz2 historical-efe56873429988ac6cd33b358d3ca03c893d0dd9.zip |
Remove user-specific portage variables
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/linux/x86/minimal/make.defaults | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/profiles/hardened/linux/x86/minimal/make.defaults b/profiles/hardened/linux/x86/minimal/make.defaults index 041631692101..41dd0b04ed21 100644 --- a/profiles/hardened/linux/x86/minimal/make.defaults +++ b/profiles/hardened/linux/x86/minimal/make.defaults @@ -1,13 +1,11 @@ -# Copyright 2007 Gentoo Foundation. +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/minimal/make.defaults,v 1.2 2009/07/09 00:47:49 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/minimal/make.defaults,v 1.3 2010/02/01 11:42:34 gengor Exp $ # - TESTING PROFILE - TESTING PROFILE - # ------ USE AT YOUR OWN RISK ------ USE="-* crypt hardened minimal multicall ncurses pic readline zlib" -PORTDIR=/usr/portage -PKGDIR=${PORTDIR}/packages/${ARCH}/ CFLAGS="-march=i686 -Os -pipe" CXXFLAGS="${CFLAGS}" |