sys-apps/seedfiles: Add TMPFILES_OPTIONAL

Since Seedfiles is a tmpfiles provider, it's (for now) better to not use tmpfiles.eclass, this silences any warning about it.

Closes: https://bugs.gentoo.org/971423
Signed-off-by: Rose Hellsing <rose@pinkro.se>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/392
Merges: https://codeberg.org/gentoo/gentoo/pulls/392
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Rose Hellsing
2026-03-21 16:04:36 +01:00
committed by Sam James
parent ff9e3fdb14
commit ba459e5727
2 changed files with 6 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
EAPI=8
# We want to avoid tmpfiles.eclass because we provide it
TMPFILES_OPTIONAL=1
inherit meson
DESCRIPTION="Portable drop-in reimplementation of systemd-tmpfiles"

View File

@@ -3,6 +3,9 @@
EAPI=8
# We want to avoid tmpfiles.eclass because we provide it
TMPFILES_OPTIONAL=1
inherit meson
DESCRIPTION="Portable drop-in reimplementation of systemd-tmpfiles"