diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-07-12 14:57:54 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-07-12 14:57:54 +0000 |
commit | 5f4b330da02fcac3f9ce39ee5fdb8eb09ae83707 (patch) | |
tree | 63b3957095d534e81942fcd79796c5e0436c51ed /profiles | |
parent | Stable on sparc (diff) | |
download | gentoo-2-5f4b330da02fcac3f9ce39ee5fdb8eb09ae83707.tar.gz gentoo-2-5f4b330da02fcac3f9ce39ee5fdb8eb09ae83707.tar.bz2 gentoo-2-5f4b330da02fcac3f9ce39ee5fdb8eb09ae83707.zip |
Moved perl to end, as packages are built in order and perl must come after baselayout.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/packages.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/default-linux/packages.build b/profiles/default-linux/packages.build index 1f21ad7f9549..46bcb6cdce6b 100644 --- a/profiles/default-linux/packages.build +++ b/profiles/default-linux/packages.build @@ -1,16 +1,15 @@ # 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.2 2005/07/09 13:31:54 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/packages.build,v 1.3 2005/07/12 14:57:54 wolf31o2 Exp $ # This file describes the packages needed to build a stage 1 based on this -# profile +# profile. Packages in this file are built in order. app-arch/bzip2 app-arch/gzip app-arch/tar app-editors/nano app-shells/bash -dev-lang/perl dev-lang/python net-misc/rsync net-misc/wget @@ -35,3 +34,4 @@ sys-devel/gettext sys-devel/make sys-devel/patch sys-libs/glibc +dev-lang/perl |