aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Shelton <stuart@shelton.me>2016-01-30 10:41:00 +0000
committerStuart Shelton <stuart@shelton.me>2016-01-30 10:41:00 +0000
commit5c96ec2dd500653b4c34c9f32f9a1ba7de81e6c3 (patch)
tree5a7d0a8c645bdc0d87aaff3ae926450afd1090f7
parentUpdate app-misc/screen-9999 (diff)
downloadsrcshelton-5c96ec2dd500653b4c34c9f32f9a1ba7de81e6c3.tar.gz
srcshelton-5c96ec2dd500653b4c34c9f32f9a1ba7de81e6c3.tar.bz2
srcshelton-5c96ec2dd500653b4c34c9f32f9a1ba7de81e6c3.zip
Update eclass/php-ext-source-r2.eclass
-rw-r--r--eclass/php-ext-source-r2.eclass4
1 files 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 <ext>.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=""