diff options
author | Sam James <sam@gentoo.org> | 2023-06-15 03:07:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-15 03:07:51 +0100 |
commit | 4f80c1d900712c852c8b6dddd89580fd5a01ac86 (patch) | |
tree | 369212238adf2c6159dcd4e7e6c40eaf60bff151 /profiles | |
parent | virtual/tmpfiles: add USE=systemd to help dependency resolution (diff) | |
download | gentoo-4f80c1d900712c852c8b6dddd89580fd5a01ac86.tar.gz gentoo-4f80c1d900712c852c8b6dddd89580fd5a01ac86.tar.bz2 gentoo-4f80c1d900712c852c8b6dddd89580fd5a01ac86.zip |
profiles/targets/systemd: force USE=systemd on virtual/udev & virtual/tmpfiles
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/targets/systemd/package.use.force | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/targets/systemd/package.use.force b/profiles/targets/systemd/package.use.force index f662b57f596f..b539477922c6 100644 --- a/profiles/targets/systemd/package.use.force +++ b/profiles/targets/systemd/package.use.force @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Sam James <sam@gentoo.org> (2022-01-03) @@ -9,3 +9,5 @@ sys-fs/mdadm systemd # Mike Gilbert <floppym@gentoo.org> (2015-04-22) # Force systemd to avoid depgraph breakage, bug 547360. virtual/libudev systemd +virtual/udev systemd +virtual/tmpfiles systemd |