diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-01 15:29:21 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-01 15:29:21 +0000 |
commit | 755f8e9a879700581c318f1bdcaa37dd0cb08880 (patch) | |
tree | 4e391607728ff49a9cac4878ed745ba1cba59946 /profiles/default-linux/packages.build | |
parent | remove vproc (diff) | |
download | gentoo-2-755f8e9a879700581c318f1bdcaa37dd0cb08880.tar.gz gentoo-2-755f8e9a879700581c318f1bdcaa37dd0cb08880.tar.bz2 gentoo-2-755f8e9a879700581c318f1bdcaa37dd0cb08880.zip |
Moved comments to top of file so they'll be seen easier by people editing packages.build.
Diffstat (limited to 'profiles/default-linux/packages.build')
-rw-r--r-- | profiles/default-linux/packages.build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/profiles/default-linux/packages.build b/profiles/default-linux/packages.build index 15bf5ee4a8c7..1e34dbdf796b 100644 --- a/profiles/default-linux/packages.build +++ b/profiles/default-linux/packages.build @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/packages.build,v 1.9 2005/11/30 20:26:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/packages.build,v 1.10 2005/12/01 15:29:21 wolf31o2 Exp $ # This file describes the packages needed to build a stage 1 based on this # profile. Packages in this file are built in order. @@ -8,6 +8,9 @@ # Please do not move perl before baselayout doing so will break lib -> lib64 # symlinks on systems that use them. +# While shadow could be in here, it breaks stage 1 and stage 2 building for the +# releases. PLEASE DO NOT ENABLE THIS UNLESS YOU HAVE THOROUGHLY TEST IT! + app-arch/bzip2 app-arch/tar app-shells/bash @@ -26,9 +29,6 @@ sys-apps/less sys-apps/net-tools sys-apps/portage sys-apps/sed -# While shadow could be in here, it breaks stage 1 and stage 2 building for the -# releases. PLEASE DO NOT ENABLE THIS UNLESS YOU HAVE THOROUGHLY TEST IT! -#sys-apps/shadow sys-apps/texinfo sys-devel/binutils sys-devel/bison |