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 | 31844c6e7b15614246309590f1a6c7b3cdb0b7ac (patch) | |
tree | 42dceb947c2e66bd36317a187afde1a110834840 /profiles/default-linux/packages.build | |
parent | Stable on sparc (diff) | |
download | historical-31844c6e7b15614246309590f1a6c7b3cdb0b7ac.tar.gz historical-31844c6e7b15614246309590f1a6c7b3cdb0b7ac.tar.bz2 historical-31844c6e7b15614246309590f1a6c7b3cdb0b7ac.zip |
Moved perl to end, as packages are built in order and perl must come after baselayout.
Diffstat (limited to 'profiles/default-linux/packages.build')
-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 |