commit: ca1b03dcdafbbe4bb1bb5d096a67db79ee045be1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 12:45:14 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 12:48:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1b03dc
virtual/tmpfiles: keep transitional sys-apps/systemd-tmpfiles
Portage may be inclined to try (and fail) to use systemd
here instead of the new (for non-systemd systems) systemd-utils
tools package, so let's include systemd-tmpfiles instead, which
is a transitional package, below systemd-utils.
Already seen one nasty such situation where Portage gets
confused & can't resolve w/o this, and this sorts it out.
Signed-off-by: Sam James <sam <AT> gentoo.org>
virtual/tmpfiles/{tmpfiles-0-r2.ebuild => tmpfiles-0-r3.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/virtual/tmpfiles/tmpfiles-0-r2.ebuild
b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
similarity index 94%
rename from virtual/tmpfiles/tmpfiles-0-r2.ebuild
rename to virtual/tmpfiles/tmpfiles-0-r3.ebuild
index 98146846fcc7..3b9e2b2f95f7 100644
--- a/virtual/tmpfiles/tmpfiles-0-r2.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
@@ -11,6 +11,7 @@ RDEPEND="
!prefix-guest? (
|| (
sys-apps/systemd-utils[tmpfiles]
+ sys-apps/systemd-tmpfiles
sys-apps/systemd
)
)"