app-eselect/eselect-php: Set TMPFILES_OPTIONAL

As per the eclass instructions, this should be set and virtual/tmpfiles
dependency tied to fpm as the pkg_postinst is also conditional on fpm

Signed-off-by: Brian Evans <grknight@gentoo.org>
This commit is contained in:
Brian Evans
2021-08-17 08:43:10 -04:00
parent 0b7f7e7373
commit c1d9f5f053
2 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
EAPI=7
TMPFILES_OPTIONAL="yes"
inherit tmpfiles
DESCRIPTION="PHP eselect module"
@@ -16,7 +17,8 @@ IUSE="fpm apache2"
# The "DirectoryIndex" line in 70_mod_php.conf requires mod_dir.
RDEPEND="app-admin/eselect
apache2? ( www-servers/apache[apache2_modules_dir] )"
apache2? ( www-servers/apache[apache2_modules_dir] )
fpm? ( virtual/tmpfiles )"
src_configure() {
# We expect localstatedir to be "var"ish, not "var/lib"ish, because

View File

@@ -3,6 +3,7 @@
EAPI=7
TMPFILES_OPTIONAL="yes"
inherit autotools git-r3 tmpfiles
DESCRIPTION="PHP eselect module"
@@ -16,7 +17,8 @@ IUSE="fpm apache2"
# The "DirectoryIndex" line in 70_mod_php.conf requires mod_dir.
RDEPEND="app-admin/eselect
apache2? ( www-servers/apache[apache2_modules_dir] )"
apache2? ( www-servers/apache[apache2_modules_dir] )
fpm? ( virtual/tmpfiles )"
src_prepare() {
default