diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-28 23:41:31 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-28 23:41:47 -0700 |
commit | 9be32a62cbaaf4c629dee12d6264b80799e7cb25 (patch) | |
tree | 1b13871c1ac5a7c552b88c3e842968e57ad10dae /virtual | |
parent | sys-apps/systemd-tmpfiles: add ~amd64 ~arm64 ~ppc64 keywords (diff) | |
download | gentoo-9be32a62cbaaf4c629dee12d6264b80799e7cb25.tar.gz gentoo-9be32a62cbaaf4c629dee12d6264b80799e7cb25.tar.bz2 gentoo-9be32a62cbaaf4c629dee12d6264b80799e7cb25.zip |
virtual/tmpfiles: add systemd-tmpfiles standalone provider
Bug: https://bugs.gentoo.org/751415
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/tmpfiles/tmpfiles-0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild b/virtual/tmpfiles/tmpfiles-0.ebuild index 0e75cf705b44..24280945e490 100644 --- a/virtual/tmpfiles/tmpfiles-0.ebuild +++ b/virtual/tmpfiles/tmpfiles-0.ebuild @@ -11,4 +11,5 @@ RDEPEND=" || ( sys-apps/opentmpfiles sys-apps/systemd + sys-apps/systemd-tmpfiles )" |