diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-06 13:57:16 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-06 13:57:16 +0000 |
commit | 3624c5314e0a01d1053f8bb82ad410026be15044 (patch) | |
tree | 39087da25300d585386d2bf2a17c1b47995ae024 /profiles | |
parent | We can not use fowners & fperms convenience wrappers in pkg_postinst. These w... (diff) | |
download | gentoo-2-3624c5314e0a01d1053f8bb82ad410026be15044.tar.gz gentoo-2-3624c5314e0a01d1053f8bb82ad410026be15044.tar.bz2 gentoo-2-3624c5314e0a01d1053f8bb82ad410026be15044.zip |
Rearrange some USE in case we decide to clean it up a little.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/dev/2006.1/make.defaults | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/profiles/default-linux/x86/dev/2006.1/make.defaults b/profiles/default-linux/x86/dev/2006.1/make.defaults index d17e94f92317..d0fe187df2fa 100644 --- a/profiles/default-linux/x86/dev/2006.1/make.defaults +++ b/profiles/default-linux/x86/dev/2006.1/make.defaults @@ -1,13 +1,17 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.1/make.defaults,v 1.4 2006/05/18 14:22:13 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.1/make.defaults,v 1.5 2006/06/06 13:57:16 wolf31o2 Exp $ -# This is currently commented so that the stage1 tarball can also be used to -# build no-nptl systems. +# This will be commented and replaced with just STAGE1_USE="unicode" if we do +# not end up with a stable glibc 2.4 by 2006.1's release. STAGE1_USE="nptl nptlonly" # These USE flags are what is common between the various sub-profiles. -USE="cups foomaticdb gdbm gpm ldap libg++ nptl nptlonly udev" +USE="cups gdbm gpm ldap libg++ nptl nptlonly udev" +# Pooibly removed in the future. +USE="${USE} foomaticdb" +# Possibly added in the future +#USE="${USE} ppds" # By default, we enable keyboard and mouse support for the modular X.Org server. INPUT_DEVICES="mouse keyboard" |