Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Sat, 24 Sep 2016 07:06:52
Message-Id: 1474700775.03ccac6c7cb030e6d3e5415539493f310d7c06ef.jer@gentoo
1 commit: 03ccac6c7cb030e6d3e5415539493f310d7c06ef
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 07:06:15 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 07:06:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ccac6c
7
8 dev-lang/php: Stable for PPC64 (bug #594498).
9
10 Package-Manager: portage-2.3.1
11 RepoMan-Options: --ignore-arches
12
13 dev-lang/php/php-5.6.26.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/php/php-5.6.26.ebuild b/dev-lang/php/php-5.6.26.ebuild
17 index 2f6bab5..31a0ea5 100644
18 --- a/dev-lang/php/php-5.6.26.ebuild
19 +++ b/dev-lang/php/php-5.6.26.ebuild
20 @@ -11,7 +11,7 @@ HOMEPAGE="http://php.net/"
21 SRC_URI="http://php.net/distributions/${P}.tar.xz"
22 LICENSE="PHP-3"
23 SLOT="$(get_version_component_range 1-2)"
24 -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"
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
27 # We can build the following SAPIs in the given order
28 SAPIS="embed cli cgi fpm apache2"