summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-05-30 22:28:15 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-05-30 22:28:15 -0700
commite964caac460090aa5c372b2d7bc3b1f6640320b1 (patch)
tree06277d014450de503f696e3b12f7dab45e7e3897 /sys-apps/systemd-tmpfiles
parentsys-apps/systemd-tmpfiles: fix more shebangs in 248.3 (diff)
downloadgentoo-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.ebuild2
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"