diff options
author | 2006-10-27 23:37:00 +0000 | |
---|---|---|
committer | 2006-10-27 23:37:00 +0000 | |
commit | 8779e64141a56e8d1255c3b54194f146224095b6 (patch) | |
tree | f66731aab2907e6e0fbff2ded6dc02dbd410f121 /profiles/default-linux | |
parent | 2.1.2_rc1 release candidate. (diff) | |
download | historical-8779e64141a56e8d1255c3b54194f146224095b6.tar.gz historical-8779e64141a56e8d1255c3b54194f146224095b6.tar.bz2 historical-8779e64141a56e8d1255c3b54194f146224095b6.zip |
Updating defaults
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/make.defaults | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults index 96465ca6d41d..4a7af0f78626 100644 --- a/profiles/default-linux/make.defaults +++ b/profiles/default-linux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.24 2006/10/17 14:19:43 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.25 2006/10/27 23:37:00 lu_zero Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -51,3 +51,7 @@ VIDEO_CARDS="dummy fbdev v4l" # enable it by default. USE="${USE} cracklib" +# 2006/10/28 - Luca Barbato <lu_zero@gentoo.org> +# on glibc system you cannot turn it off +USE="${USE} iconv" + |