diff options
author | Gordon Malm <gengor@gentoo.org> | 2010-02-01 03:14:30 -0800 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2010-02-01 03:14:30 -0800 |
commit | f0c51eca0826e1abad3db178c89e07dd26cb2ec8 (patch) | |
tree | 2039d3c2dabf76f42828105172d1f8999e9f1056 | |
parent | Get rid of 10.0 versioning in hardened/linux/x86 profile path (diff) | |
download | hardened-dev-f0c51eca0826e1abad3db178c89e07dd26cb2ec8.tar.gz hardened-dev-f0c51eca0826e1abad3db178c89e07dd26cb2ec8.tar.bz2 hardened-dev-f0c51eca0826e1abad3db178c89e07dd26cb2ec8.zip |
Remove user-specific portage vars from hardened/linux/x86/minimal/make.defaults
-rw-r--r-- | profiles/hardened/linux/x86/minimal/make.defaults | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/hardened/linux/x86/minimal/make.defaults b/profiles/hardened/linux/x86/minimal/make.defaults index 04163169..d66bdee6 100644 --- a/profiles/hardened/linux/x86/minimal/make.defaults +++ b/profiles/hardened/linux/x86/minimal/make.defaults @@ -1,4 +1,4 @@ -# 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 $ @@ -6,8 +6,6 @@ # ------ 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}" |