Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Wed, 21 Sep 2016 12:32:04
Message-Id: 1474461095.6a2dc50c5621f805ca1abf748018083e0c631ad4.klausman@gentoo
1 commit: 6a2dc50c5621f805ca1abf748018083e0c631ad4
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 21 12:31:35 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 21 12:31:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2dc50c
7
8 dev-lang/php-5.6.26-r0: add alpha keyword
9
10 Gentoo-Bug: 594498
11
12 dev-lang/php/php-5.6.26.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/php/php-5.6.26.ebuild b/dev-lang/php/php-5.6.26.ebuild
16 index 0b22299..35785ce 100644
17 --- a/dev-lang/php/php-5.6.26.ebuild
18 +++ b/dev-lang/php/php-5.6.26.ebuild
19 @@ -11,7 +11,7 @@ HOMEPAGE="http://php.net/"
20 SRC_URI="http://php.net/distributions/${P}.tar.xz"
21 LICENSE="PHP-3"
22 SLOT="$(get_version_component_range 1-2)"
23 -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"
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
26 # We can build the following SAPIs in the given order
27 SAPIS="embed cli cgi fpm apache2"