diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-21 05:02:23 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-21 05:02:23 +0000 |
commit | e8d13076e88209cfaebe4ef1532c14fa309f7227 (patch) | |
tree | d927228f66af3d68cc1629d45e9600c9bba492d4 /profiles | |
parent | Added hal and dbus to USE. (diff) | |
download | gentoo-2-e8d13076e88209cfaebe4ef1532c14fa309f7227.tar.gz gentoo-2-e8d13076e88209cfaebe4ef1532c14fa309f7227.tar.bz2 gentoo-2-e8d13076e88209cfaebe4ef1532c14fa309f7227.zip |
Added ldap to USE.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/dev/2006.0/make.defaults | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/default-linux/x86/dev/2006.0/make.defaults b/profiles/default-linux/x86/dev/2006.0/make.defaults index 5385cbf3372b..4059be4914e3 100644 --- a/profiles/default-linux/x86/dev/2006.0/make.defaults +++ b/profiles/default-linux/x86/dev/2006.0/make.defaults @@ -1,9 +1,10 @@ # 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.0/make.defaults,v 1.7 2006/01/12 17:16:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.0/make.defaults,v 1.8 2006/01/21 05:02:23 wolf31o2 Exp $ # This is currently commented so that the stage1 tarball can also be used to # build no-nptl systems. #STAGE1_USE="nptl" +STAGE1_USE="pam" -USE="cups foomaticdb gdbm gpm libg++ nptl udev" +USE="cups foomaticdb gdbm gpm ldap libg++ nptl udev" |