Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/
Date: Thu, 29 Oct 2020 06:42:36
Message-Id: 1603953707.9be32a62cbaaf4c629dee12d6264b80799e7cb25.gyakovlev@gentoo
1 commit: 9be32a62cbaaf4c629dee12d6264b80799e7cb25
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 29 06:41:31 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 29 06:41:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be32a62
7
8 virtual/tmpfiles: add systemd-tmpfiles standalone provider
9
10 Bug: https://bugs.gentoo.org/751415
11 Package-Manager: Portage-3.0.8, Repoman-3.0.2
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 virtual/tmpfiles/tmpfiles-0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild b/virtual/tmpfiles/tmpfiles-0.ebuild
18 index 0e75cf705b4..24280945e49 100644
19 --- a/virtual/tmpfiles/tmpfiles-0.ebuild
20 +++ b/virtual/tmpfiles/tmpfiles-0.ebuild
21 @@ -11,4 +11,5 @@ RDEPEND="
22 || (
23 sys-apps/opentmpfiles
24 sys-apps/systemd
25 + sys-apps/systemd-tmpfiles
26 )"