diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 13:45:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 13:48:40 +0100 |
commit | ca1b03dcdafbbe4bb1bb5d096a67db79ee045be1 (patch) | |
tree | 7a9807ddc7bae9ee96bf6cea255a9acb6a5b7f2c /virtual/tmpfiles | |
parent | dev-libs/nwjs: Bump to 0.63.0, drop old 0.62.1 (diff) | |
download | gentoo-ca1b03dcdafbbe4bb1bb5d096a67db79ee045be1.tar.gz gentoo-ca1b03dcdafbbe4bb1bb5d096a67db79ee045be1.tar.bz2 gentoo-ca1b03dcdafbbe4bb1bb5d096a67db79ee045be1.zip |
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@gentoo.org>
Diffstat (limited to 'virtual/tmpfiles')
-rw-r--r-- | virtual/tmpfiles/tmpfiles-0-r3.ebuild (renamed from virtual/tmpfiles/tmpfiles-0-r2.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virtual/tmpfiles/tmpfiles-0-r2.ebuild b/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 ) )" |