Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/hppa/hppa1.1/, releases/weekly/specs/hppa/hppa2.0/
Date: Fri, 14 Sep 2018 18:24:16
Message-Id: 1536949363.3f5e1b5b7d64bed01270b8c5bd7350f39e868b73.mattst88@gentoo
1 commit: 3f5e1b5b7d64bed01270b8c5bd7350f39e868b73
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 18:22:43 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 14 18:22:43 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=3f5e1b5b
7
8 specs/hppa: Build stage3 from stage1
9
10 stage2 runs bootstrap.sh, which made sense when gcc had a
11 build/bootstrap USE flags that were set in stage1 and 2. But gcc is
12 fully built in stage1 now, making stage2 a waste of time.
13
14 releases/weekly/specs/hppa/hppa1.1/stage3.spec | 2 +-
15 releases/weekly/specs/hppa/hppa2.0/stage3.spec | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/releases/weekly/specs/hppa/hppa1.1/stage3.spec b/releases/weekly/specs/hppa/hppa1.1/stage3.spec
19 index f66db54c..53d4725f 100644
20 --- a/releases/weekly/specs/hppa/hppa1.1/stage3.spec
21 +++ b/releases/weekly/specs/hppa/hppa1.1/stage3.spec
22 @@ -4,6 +4,6 @@ version_stamp: 2008.0
23 rel_type: default
24 profile: default/linux/hppa/17.0
25 snapshot: 2008.0
26 -source_subpath: default/stage2-hppa1.1-2008.0
27 +source_subpath: default/stage1-hppa1.1-2008.0
28 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
29 pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa1.1
30
31 diff --git a/releases/weekly/specs/hppa/hppa2.0/stage3.spec b/releases/weekly/specs/hppa/hppa2.0/stage3.spec
32 index 4b807c7c..780fdb56 100644
33 --- a/releases/weekly/specs/hppa/hppa2.0/stage3.spec
34 +++ b/releases/weekly/specs/hppa/hppa2.0/stage3.spec
35 @@ -4,6 +4,6 @@ version_stamp: 2008.0
36 rel_type: default
37 profile: default/linux/hppa/17.0
38 snapshot: 2008.0
39 -source_subpath: default/stage2-hppa2.0-2008.0
40 +source_subpath: default/stage1-hppa2.0-2008.0
41 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
42 pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa2.0