diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-30 22:28:15 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-30 22:28:15 -0700 |
commit | e964caac460090aa5c372b2d7bc3b1f6640320b1 (patch) | |
tree | 06277d014450de503f696e3b12f7dab45e7e3897 /sys-apps/systemd-tmpfiles | |
parent | sys-apps/systemd-tmpfiles: fix more shebangs in 248.3 (diff) | |
download | gentoo-e964caac460090aa5c372b2d7bc3b1f6640320b1.tar.gz gentoo-e964caac460090aa5c372b2d7bc3b1f6640320b1.tar.bz2 gentoo-e964caac460090aa5c372b2d7bc3b1f6640320b1.zip |
sys-apps/systemd-tmpfiles: inherit forgotten eclass
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps/systemd-tmpfiles')
-rw-r--r-- | sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild index 8eee7835e0c8..1e8065ab5c17 100644 --- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild +++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild @@ -11,7 +11,7 @@ fi MINKV="3.11" PYTHON_COMPAT=( python3_{8..10} ) -inherit meson python-any-r1 +inherit flag-o-matic meson python-any-r1 DESCRIPTION="Creates, deletes and cleans up volatile and temporary files and directories" HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd" |