Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-tmpfiles/
Date: Mon, 31 May 2021 05:28:39
Message-Id: 1622438895.e964caac460090aa5c372b2d7bc3b1f6640320b1.gyakovlev@gentoo
1 commit: e964caac460090aa5c372b2d7bc3b1f6640320b1
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 05:28:15 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 05:28:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e964caac
7
8 sys-apps/systemd-tmpfiles: inherit forgotten eclass
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild
16 index 8eee7835e0c..1e8065ab5c1 100644
17 --- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild
18 +++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild
19 @@ -11,7 +11,7 @@ fi
20
21 MINKV="3.11"
22 PYTHON_COMPAT=( python3_{8..10} )
23 -inherit meson python-any-r1
24 +inherit flag-o-matic meson python-any-r1
25
26 DESCRIPTION="Creates, deletes and cleans up volatile and temporary files and directories"
27 HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd"