diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-01-16 09:18:43 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-01-16 09:18:43 +0000 |
commit | f632cc37d3f883d471ba46e79ea72bf6b4b5484d (patch) | |
tree | 86958e0b48652ba3839d16e937029fda871932d4 /profiles | |
parent | Version bump and add lzo to DEPEND as noted by Ron in #119149. (diff) | |
download | gentoo-2-f632cc37d3f883d471ba46e79ea72bf6b4b5484d.tar.gz gentoo-2-f632cc37d3f883d471ba46e79ea72bf6b4b5484d.tar.bz2 gentoo-2-f632cc37d3f883d471ba46e79ea72bf6b4b5484d.zip |
need this packages.build as virtual/libc and virtual/os-headers are in the wrong order in the global packages.build file. Otherwise glibc would break building due to missing linux-headers.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc/dev/2006.0/ppc32/packages.build | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/profiles/default-linux/ppc/dev/2006.0/ppc32/packages.build b/profiles/default-linux/ppc/dev/2006.0/ppc32/packages.build new file mode 100644 index 000000000000..b621121b521a --- /dev/null +++ b/profiles/default-linux/ppc/dev/2006.0/ppc32/packages.build @@ -0,0 +1,45 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/2006.0/ppc32/packages.build,v 1.1 2006/01/16 09:18:43 pylon 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. + +# 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 +dev-lang/perl +dev-lang/python +net-misc/rsync +net-misc/wget +sys-apps/baselayout +sys-apps/coreutils +sys-apps/debianutils +sys-apps/diffutils +sys-apps/file +sys-apps/findutils +sys-apps/gawk +sys-apps/grep +sys-apps/less +sys-apps/net-tools +sys-apps/portage +sys-apps/sed +sys-apps/texinfo +sys-devel/binutils +sys-devel/bison +sys-devel/flex +sys-devel/gcc +sys-devel/gettext +sys-devel/gnuconfig +sys-devel/make +sys-devel/patch +virtual/editor +virtual/gzip +virtual/os-headers +virtual/libc |