Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Fri, 02 Mar 2018 12:33:44
Message-Id: 1519993979.60d2a138de5a7231f38016b544dd9b96731243d3.prometheanfire@gentoo
1 commit: 60d2a138de5a7231f38016b544dd9b96731243d3
2 Author: Matthew Thode <mthode <AT> mthode <DOT> org>
3 AuthorDate: Fri Mar 2 12:32:59 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 12:32:59 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=60d2a138
7
8 enable systemd stage generation
9
10 tools/catalyst-auto-amd64.conf | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
14 index e469a487..a80ea195 100644
15 --- a/tools/catalyst-auto-amd64.conf
16 +++ b/tools/catalyst-auto-amd64.conf
17 @@ -27,7 +27,7 @@ SET_minimal_nomultilib_OPTIONAL_SPECS="stage4-nomultilib-minimal.spec"
18
19 SET_x32_SPECS="stage1-x32.spec stage2-x32.spec stage3-x32.spec"
20
21 -#SET_systemd_SPECS="stage1-systemd.spec stage2-systemd.spec stage3-systemd.spec"
22 +SET_systemd_SPECS="stage1-systemd.spec stage2-systemd.spec stage3-systemd.spec"
23 SET_systemd_OPTIONAL_SPECS="stage4-systemd.spec"
24
25 SET_hardened_multilib_SPECS="hardened/stage1.spec hardened/stage2.spec hardened/stage3.spec"