commit: c1d9f5f0539ef154f8b1961ca1bdfc7478e1a9ee
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 12:43:10 2021 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Aug 17 12:43:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d9f5f0
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 <AT> gentoo.org>
app-eselect/eselect-php/eselect-php-0.9.7-r1.ebuild | 4 +++-
app-eselect/eselect-php/eselect-php-9999.ebuild | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/app-eselect/eselect-php/eselect-php-0.9.7-r1.ebuild
b/app-eselect/eselect-php/eselect-php-0.9.7-r1.ebuild
index f08853b023c..3ff3114139a 100644
--- a/app-eselect/eselect-php/eselect-php-0.9.7-r1.ebuild
+++ b/app-eselect/eselect-php/eselect-php-0.9.7-r1.ebuild
@@ -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
diff --git a/app-eselect/eselect-php/eselect-php-9999.ebuild
b/app-eselect/eselect-php/eselect-php-9999.ebuild
index b983a7d7ba5..aaf4cb6fd25 100644
--- a/app-eselect/eselect-php/eselect-php-9999.ebuild
+++ b/app-eselect/eselect-php/eselect-php-9999.ebuild
@@ -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