diff options
author | Daniel Ostrow <dostrow@gentoo.org> | 2005-10-05 16:45:53 +0000 |
---|---|---|
committer | Daniel Ostrow <dostrow@gentoo.org> | 2005-10-05 16:45:53 +0000 |
commit | a124c5624610ca8591a2d2cea142de1c20b10fa4 (patch) | |
tree | 18f5dfb2a64bc6d3d8126ce46584f320498317a7 /profiles | |
parent | initial import (diff) | |
download | historical-a124c5624610ca8591a2d2cea142de1c20b10fa4.tar.gz historical-a124c5624610ca8591a2d2cea142de1c20b10fa4.tar.bz2 historical-a124c5624610ca8591a2d2cea142de1c20b10fa4.zip |
Moved perl back to the bottom of the build order as it has to come after
baselayout. This is necessary for lib -> lib64 symlinks to get installed
properly. Added a comment to that effect to the file.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/packages.build | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/profiles/default-linux/packages.build b/profiles/default-linux/packages.build index 736e4d44a28b..979bd814f514 100644 --- a/profiles/default-linux/packages.build +++ b/profiles/default-linux/packages.build @@ -1,14 +1,16 @@ # 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.4 2005/09/02 22:26:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/packages.build,v 1.5 2005/10/05 16:45:53 dostrow Exp $ # This file describes the packages needed to build a stage 1 based on this # profile. Packages in this file are built in order. +# Please do not move perl before baselayout doing so will break lib -> lib64 +# symlinks on systems that use them. + app-arch/bzip2 app-arch/tar app-shells/bash -dev-lang/perl dev-lang/python net-misc/rsync net-misc/wget @@ -33,6 +35,7 @@ sys-devel/gettext sys-devel/gnuconfig sys-devel/make sys-devel/patch +dev-lang/perl virtual/editor virtual/gzip virtual/libc |