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: Wed, 25 Dec 2019 20:06:02
Message-Id: 1577304320.d856ee4106788a4817b5dde1f65642af0648adc4.bman@gentoo
1 commit: d856ee4106788a4817b5dde1f65642af0648adc4
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 25 20:05:20 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 25 20:05:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d856ee41
7
8 dev-lang/php: arm64 stable (bug #703326)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.83, Repoman-2.3.20
12
13 dev-lang/php/php-7.2.26.ebuild | 2 +-
14 dev-lang/php/php-7.3.13.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-lang/php/php-7.2.26.ebuild b/dev-lang/php/php-7.2.26.ebuild
18 index 914025a7c6f..ebc07264452 100644
19 --- a/dev-lang/php/php-7.2.26.ebuild
20 +++ b/dev-lang/php/php-7.2.26.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-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-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"
30
31 diff --git a/dev-lang/php/php-7.3.13.ebuild b/dev-lang/php/php-7.3.13.ebuild
32 index 020bf9f52c2..57057907917 100644
33 --- a/dev-lang/php/php-7.3.13.ebuild
34 +++ b/dev-lang/php/php-7.3.13.ebuild
35 @@ -19,7 +19,7 @@ LICENSE="PHP-3.01
36 unicode? ( BSD-2 LGPL-2.1 )"
37
38 SLOT="$(ver_cut 1-2)"
39 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
40 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
41
42 S="${WORKDIR}/${PN}-${MY_PV}"