From: Chris Gianelloni Date: Fri, 9 Feb 2007 22:16:00 +0000 (+0000) Subject: Moved autoconf/automake/libtool before coreutils in packages.build for default-linux... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6d559968da75e408821e96f5a6282b2d8e53ce19;p=gentoo.git Moved autoconf/automake/libtool before coreutils in packages.build for default-linux, which should resolve bug #165787. --- diff --git a/profiles/ChangeLog b/profiles/ChangeLog index d6456085e84f..4a7f7782f889 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.89 2007/02/09 21:26:26 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.90 2007/02/09 22:16:00 wolf31o2 Exp $ + + 09 Feb 2007; Chris Gianelloni + default-linux/packages.build: + Moved autoconf/automake/libtool before coreutils in packages.build for + default-linux, which should resolve bug #165787. 09 Feb 2007; Alon Bar-Lev package.mask: Added >=sys-kernel/suspend2-sources-2.6.20 diff --git a/profiles/default-linux/packages.build b/profiles/default-linux/packages.build index ae6c0466da0d..9b24f1913258 100644 --- a/profiles/default-linux/packages.build +++ b/profiles/default-linux/packages.build @@ -1,6 +1,6 @@ # 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.16 2007/02/04 18:16:52 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/packages.build,v 1.17 2007/02/09 22:16:00 wolf31o2 Exp $ # This file describes the packages needed to build a stage 1 based on this # profile. Packages in this file are built in order. @@ -17,6 +17,9 @@ app-shells/bash net-misc/rsync net-misc/wget sys-apps/baselayout +sys-devel/autoconf +sys-devel/automake +sys-devel/libtool sys-apps/coreutils sys-apps/debianutils sys-apps/diffutils @@ -29,15 +32,12 @@ sys-apps/net-tools sys-apps/portage sys-apps/sed sys-apps/texinfo -sys-devel/autoconf -sys-devel/automake sys-devel/binutils sys-devel/bison sys-devel/flex sys-devel/gcc sys-devel/gettext sys-devel/gnuconfig -sys-devel/libtool sys-devel/make sys-devel/patch dev-lang/perl