Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/gentoo-news:master commit in: 2022-04-19-systemd-utils/
Date: Mon, 30 May 2022 23:37:09
Message-Id: 1653953798.6e976b2854be2c5492025489dacba2158872a768.sam@gentoo
1 commit: 6e976b2854be2c5492025489dacba2158872a768
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 23:36:38 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 23:36:38 2022 +0000
6 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=6e976b28
7
8 2022-04-19-systemd-utils: mention carrying over USE flags if needed more explicitly
9
10 It's been a problem w/ some people not carrying over ABI_X86_32 in particular.
11
12 Thanks-to: kurly
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt | 5 +++++
16 1 file changed, 5 insertions(+)
17
18 diff --git a/2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt b/2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt
19 index 799fad1..5224564 100644
20 --- a/2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt
21 +++ b/2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt
22 @@ -43,3 +43,8 @@ Possible problems when upgrading:
23 2. The 'boot' USE flag on sys-apps/systemd-utils is disabled by default.
24 Users migrating from sys-boot/systemd-boot will need to enable the
25 'boot' USE flag (in package.use) to continue receiving updates.
26 +
27 +3. If you have package.use entries for any of sys-apps/systemd-tmpfiles,
28 + sys-boot/systemd-boot, or sys-fs/udev, please update the relevant lines
29 + to refer to sys-apps/systemd-utils instead. This might include
30 + ABI_X86_32 for some users!