Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Fri, 13 Sep 2019 02:37:28
Message-Id: 1568342227.77f2b49d98cf4de9d50ad154dbea5b7cc9304bed.bman@gentoo
1 commit: 77f2b49d98cf4de9d50ad154dbea5b7cc9304bed
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 13 02:37:07 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 02:37:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f2b49d
7
8 dev-lang/php: arm64 stable (bug #693810)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.75, Repoman-2.3.17
12 RepoMan-Options: --include-arches="arm64"
13
14 dev-lang/php/php-7.1.32.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/php/php-7.1.32.ebuild b/dev-lang/php/php-7.1.32.ebuild
18 index 6721bb33408..80c6004fe21 100644
19 --- a/dev-lang/php/php-7.1.32.ebuild
20 +++ b/dev-lang/php/php-7.1.32.ebuild
21 @@ -18,7 +18,7 @@ LICENSE="PHP-3.01
22 unicode? ( BSD-2 LGPL-2.1 )"
23
24 SLOT="$(ver_cut 1-2)"
25 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
26 +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-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 phpdbg"