Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Thu, 29 Sep 2016 12:36:07
Message-Id: 1475152469.9747e2779a706530af7d8bc806e6a1d2003f67ce.ago@gentoo
1 commit: 9747e2779a706530af7d8bc806e6a1d2003f67ce
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 12:34:29 2016 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 12:34:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9747e277
7
8 dev-lang/php: ppc stable wrt bug #594498
9
10 Package-Manager: portage-2.2.28
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-lang/php/php-5.6.26.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/php/php-5.6.26.ebuild b/dev-lang/php/php-5.6.26.ebuild
18 index f851f60..b2d9da3 100644
19 --- a/dev-lang/php/php-5.6.26.ebuild
20 +++ b/dev-lang/php/php-5.6.26.ebuild
21 @@ -11,7 +11,7 @@ HOMEPAGE="http://php.net/"
22 SRC_URI="http://php.net/distributions/${P}.tar.xz"
23 LICENSE="PHP-3"
24 SLOT="$(get_version_component_range 1-2)"
25 -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
26 +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
27
28 # We can build the following SAPIs in the given order
29 SAPIS="embed cli cgi fpm apache2"