commit: 4f80c1d900712c852c8b6dddd89580fd5a01ac86 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 15 02:07:51 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 15 02:07:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f80c1d9
profiles/targets/systemd: force USE=systemd on virtual/udev & virtual/tmpfiles Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/targets/systemd/package.use.force | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 <[email protected]> (2022-01-03) @@ -9,3 +9,5 @@ sys-fs/mdadm systemd # Mike Gilbert <[email protected]> (2015-04-22) # Force systemd to avoid depgraph breakage, bug 547360. virtual/libudev systemd +virtual/udev systemd +virtual/tmpfiles systemd
