Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/linux: packages.build
Date: Tue, 03 Jun 2014 02:11:44
Message-Id: 20140603021140.BC6F820054@flycatcher.gentoo.org
1 jmbsvicetto 14/06/03 02:11:40
2
3 Modified: packages.build
4 Log:
5 Add sys-apps/which to the list of packages to build on stage1 - fixes bug 502084.
6
7 Revision Changes Path
8 1.15 profiles/default/linux/packages.build
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/packages.build?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/packages.build?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/packages.build?r1=1.14&r2=1.15
13
14 Index: packages.build
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- packages.build 22 Apr 2014 01:20:54 -0000 1.14
21 +++ packages.build 3 Jun 2014 02:11:40 -0000 1.15
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2014 Gentoo Foundation.
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 1.14 2014/04/22 01:20:54 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 1.15 2014/06/03 02:11:40 jmbsvicetto Exp $
27
28 # This file describes the packages needed to build a stage1 based on this
29 # profile. Packages in this file are built in order.
30 @@ -43,6 +43,7 @@
31 virtual/package-manager
32 virtual/pkgconfig
33 virtual/shadow
34 +sys-apps/which
35
36 # This was added too soon.
37 # The new udev version needs to stabled first