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: Sat, 03 Sep 2016 08:17:45
Message-Id: 1472890634.2f65c0d844a8274fd63cfe30f977507afe358cc8.klausman@gentoo
1 commit: 2f65c0d844a8274fd63cfe30f977507afe358cc8
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 08:17:14 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 08:17:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f65c0d8
7
8 dev-lang/php-5.6.24-r0: add alpha keyword
9
10 Gentoo-Bug: 589232
11
12 dev-lang/php/php-5.6.24.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/php/php-5.6.24.ebuild b/dev-lang/php/php-5.6.24.ebuild
16 index cef66b9..9830c1d 100644
17 --- a/dev-lang/php/php-5.6.24.ebuild
18 +++ b/dev-lang/php/php-5.6.24.ebuild
19 @@ -6,7 +6,7 @@ EAPI=5
20
21 inherit eutils autotools flag-o-matic versionator libtool systemd
22
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 function php_get_uri ()
27 {