Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Tue, 06 Jul 2021 23:02:37
Message-Id: 1625612541.942e73d16daff6b4e0864ed4886ddce979cd79fe.dilfridge@gentoo
1 commit: 942e73d16daff6b4e0864ed4886ddce979cd79fe
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 22:59:44 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 23:02:21 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=942e73d1
7
8 x86: build musl last, works fine now
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-x86-demeter.conf | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto-x86-demeter.conf b/tools/catalyst-auto-x86-demeter.conf
16 index fa13276f..92996020 100644
17 --- a/tools/catalyst-auto-x86-demeter.conf
18 +++ b/tools/catalyst-auto-x86-demeter.conf
19 @@ -12,11 +12,11 @@ EMAIL_SUBJECT_PREPEND="[x86-auto]"
20 SPECS_DIR=${REPO_DIR}/releases/specs/x86
21
22 SETS="
23 - musl
24 i486_openrc
25 i686_openrc
26 i686_systemd
27 hardened_openrc
28 + musl
29 "
30
31 SET_i486_openrc_SPECS="i486/stage1-openrc.spec i486/stage2-openrc.spec i486/stage3-openrc.spec"