Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Re: Adding app-arch/xz-utils to stage1
Date: Sat, 27 Jul 2013 07:02:04
Message-Id: CAEdQ38GEiJWHPBR7e0hGC3BSnWfhh80NLNWwbLqQU7R-1tTu0Q@mail.gmail.com
In Reply to: [gentoo-catalyst] Adding app-arch/xz-utils to stage1 by Matt Turner
1 On Thu, Jul 25, 2013 at 9:01 PM, Matt Turner <mattst88@g.o> wrote:
2 > xz-utils is part of system and enough distfiles are xz-compressed that
3 > we should have it in stage1 to avoid stage2 dying because someone forgot
4 > to add it to DEPEND.
5 >
6 > Please test this patch by applying it your snapshot cache and building a
7 > stage1 and stage2 and confirming that xz-utils is built during stage1.
8 >
9 > Index: default/linux/packages.build
10 > ===================================================================
11 > RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v
12 > retrieving revision 1.10
13 > diff -u -B -r1.10 packages.build
14 > --- default/linux/packages.build 24 Nov 2012 21:15:48 -0000 1.10
15 > +++ default/linux/packages.build 26 Jul 2013 03:56:45 -0000
16 > @@ -10,6 +10,7 @@
17 >
18 > app-arch/bzip2
19 > app-arch/gzip
20 > +app-arch/xz-utils
21 > app-arch/tar
22 > app-shells/bash
23 > net-misc/rsync
24
25 Committed.