From 5c96ec2dd500653b4c34c9f32f9a1ba7de81e6c3 Mon Sep 17 00:00:00 2001 From: Stuart Shelton Date: Sat, 30 Jan 2016 10:41:00 +0000 Subject: Update eclass/php-ext-source-r2.eclass --- eclass/php-ext-source-r2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index c91c40cf..f8965d13 100644 --- a/eclass/php-ext-source-r2.eclass +++ b/eclass/php-ext-source-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id: 4d1714d3275d74f32efed62f2374f2b8a5394b9d $ +# $Id: bc1c63ab89bd975c36cea5bc27ad7b19b6ad3004 $ # @ECLASS: php-ext-source-r2.eclass # @MAINTAINER: @@ -244,7 +244,7 @@ php_init_slot_env() { php-ext-source-r2_buildinilist() { # Work out the list of .ini files to edit/add to if [[ -z "${PHPSAPILIST}" ]] ; then - PHPSAPILIST="apache2 cli cgi fpm embed" + PHPSAPILIST="apache2 cli cgi fpm embed phpdbg" fi PHPINIFILELIST="" -- cgit v1.2.3-65-gdbad