mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user