From f0c51eca0826e1abad3db178c89e07dd26cb2ec8 Mon Sep 17 00:00:00 2001 From: Gordon Malm Date: Mon, 1 Feb 2010 03:14:30 -0800 Subject: Remove user-specific portage vars from hardened/linux/x86/minimal/make.defaults --- profiles/hardened/linux/x86/minimal/make.defaults | 4 +--- 1 file changed, 1 insertion(+), 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}" -- cgit v1.2.3-65-gdbad