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: Thu, 06 Jun 2019 02:36:15
Message-Id: 1559788527.986549e7e63bc26ccfc05c3b78fc4dd3b0c1bfe2.bman@gentoo
1 commit: 986549e7e63bc26ccfc05c3b78fc4dd3b0c1bfe2
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 6 02:35:27 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 6 02:35:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986549e7
7
8 dev-lang/php: arm64 stable
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-lang/php/php-7.3.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/php/php-7.3.6.ebuild b/dev-lang/php/php-7.3.6.ebuild
16 index 94399485f56..42f36a04015 100644
17 --- a/dev-lang/php/php-7.3.6.ebuild
18 +++ b/dev-lang/php/php-7.3.6.ebuild
19 @@ -19,7 +19,7 @@ LICENSE="PHP-3.01
20 unicode? ( BSD-2 LGPL-2.1 )"
21
22 SLOT="$(ver_cut 1-2)"
23 -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"
24 +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"
25
26 S="${WORKDIR}/${PN}-${MY_PV}"