From 26ae06167601c70f043fa3bf859be9610dc1204e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 23 May 2006 09:33:40 +0000 Subject: Add ELIBC and USERLAND to USE_EXPAND_HIDDEN in make.globals since the user can't change those flags easily. svn path=/main/trunk/; revision=3401 --- cnf/make.globals | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cnf/make.globals b/cnf/make.globals index dfc5d48a..feac71da 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -59,6 +59,9 @@ PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress # Minimal CONFIG_PROTECT CONFIG_PROTECT="/etc" +# Hide USE flags that can't be changed easily. +USE_EXPAND_HIDDEN="ELIBC USERLAND" + # Disable auto-use USE_ORDER="env:pkg:conf:defaults" -- cgit v1.2.3-65-gdbad