php-ext-source-r2: Add phpdbg SAPI to the default list
authorBrian Evans <grknight@gentoo.org>
Sat, 30 Jan 2016 04:25:01 +0000 (23:25 -0500)
committerBrian Evans <grknight@gentoo.org>
Sat, 30 Jan 2016 04:25:01 +0000 (23:25 -0500)
eclass/php-ext-source-r2.eclass

index 4d1714d3275d74f32efed62f2374f2b8a5394b9d..bc1c63ab89bd975c36cea5bc27ad7b19b6ad3004 100644 (file)
@@ -234,7 +234,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=""