Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 30 Jan 2016 04:25:23
Message-Id: 1454127901.66db8be92b5d17fd8ead751769ec561f3e0d5b57.grknight@gentoo
1 commit: 66db8be92b5d17fd8ead751769ec561f3e0d5b57
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 04:25:01 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 04:25:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66db8be9
7
8 php-ext-source-r2: Add phpdbg SAPI to the default list
9
10 eclass/php-ext-source-r2.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass
14 index 4d1714d..bc1c63a 100644
15 --- a/eclass/php-ext-source-r2.eclass
16 +++ b/eclass/php-ext-source-r2.eclass
17 @@ -234,7 +234,7 @@ php_init_slot_env() {
18 php-ext-source-r2_buildinilist() {
19 # Work out the list of <ext>.ini files to edit/add to
20 if [[ -z "${PHPSAPILIST}" ]] ; then
21 - PHPSAPILIST="apache2 cli cgi fpm embed"
22 + PHPSAPILIST="apache2 cli cgi fpm embed phpdbg"
23 fi
24
25 PHPINIFILELIST=""