summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2022-05-31 02:48:20 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2022-05-31 02:48:20 +0000
commit437aef3d10376ee56d5e0a223192b7e419878a6e (patch)
treec3b0464861485f8d21c4e0cd25e712e9488645f0 /metadata/news
parent2022-05-31 02:18:29 UTC (diff)
parent2022-04-19-systemd-utils: mention carrying over USE flags if needed more expl... (diff)
downloadgentoo-437aef3d10376ee56d5e0a223192b7e419878a6e.tar.gz
gentoo-437aef3d10376ee56d5e0a223192b7e419878a6e.tar.bz2
gentoo-437aef3d10376ee56d5e0a223192b7e419878a6e.zip
Merge commit '6e976b2854be2c5492025489dacba2158872a768'
Diffstat (limited to 'metadata/news')
-rw-r--r--metadata/news/2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/metadata/news/2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt b/metadata/news/2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt
index ed1188072085..522456433554 100644
--- a/metadata/news/2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt
+++ b/metadata/news/2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt
@@ -10,10 +10,13 @@ Display-If-Installed: sys-fs/udev
The sys-apps/systemd-utils package was recently added to the gentoo
repository. This replaces sys-apps/systemd-tmpfiles,
-sys-boot/systemd-boot, and sys-fs/udev with a single package. USE flags
-are provided to allow each component to be enabled or disabled. This
-change was made to significantly ease maintenance of tools split out
-from systemd.
+sys-boot/systemd-boot, and sys-fs/udev with a single package, and is
+for OpenRC users. It does not depend on sys-apps/systemd and contains
+the same exact components as the split packages.
+
+USE flags are provided to allow each component to be enabled
+or disabled. This change was made to significantly ease maintenance of tools
+split out from systemd.
When upgrading to sys-apps/systemd-tmpfiles-250,
sys-apps/systemd-utils[tmpfiles] will be pulled in as a dependency.
@@ -40,3 +43,8 @@ Possible problems when upgrading:
2. The 'boot' USE flag on sys-apps/systemd-utils is disabled by default.
Users migrating from sys-boot/systemd-boot will need to enable the
'boot' USE flag (in package.use) to continue receiving updates.
+
+3. If you have package.use entries for any of sys-apps/systemd-tmpfiles,
+ sys-boot/systemd-boot, or sys-fs/udev, please update the relevant lines
+ to refer to sys-apps/systemd-utils instead. This might include
+ ABI_X86_32 for some users!