diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-07-14 01:18:53 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-07-14 01:18:53 +0000 |
commit | a83ca39b5ccbd50247d5071aa103ab089288fc82 (patch) | |
tree | c3131257e47a4a04e0a470164021c2dffbde3e04 /profiles/default | |
parent | new release and synce live ebuild. committing the new release directly to sta... (diff) | |
download | gentoo-2-a83ca39b5ccbd50247d5071aa103ab089288fc82.tar.gz gentoo-2-a83ca39b5ccbd50247d5071aa103ab089288fc82.tar.bz2 gentoo-2-a83ca39b5ccbd50247d5071aa103ab089288fc82.zip |
Added sys-apps/shadow to packages.build as we need it on stage1.
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/packages.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index bb021ae01b00..874bd435bcca 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.5 2011/06/28 01:49:11 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 1.6 2011/07/14 01:18:53 jmbsvicetto Exp $ # This file describes the packages needed to build a stage1 based on this # profile. Packages in this file are built in order. @@ -42,3 +42,4 @@ virtual/libc virtual/os-headers virtual/package-manager sys-fs/udev +sys-apps/shadow |