Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Mon, 09 Sep 2019 08:01:31
Message-Id: 1568016076.31c86e87e322ba6364823a6476ad6ea45c61e7d7.ago@gentoo
1 commit: 31c86e87e322ba6364823a6476ad6ea45c61e7d7
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 9 08:01:16 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 9 08:01:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c86e87
7
8 dev-lang/php: ppc64 stable wrt bug #693810
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-lang/php/php-7.2.22.ebuild | 2 +-
15 dev-lang/php/php-7.3.9.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-lang/php/php-7.2.22.ebuild b/dev-lang/php/php-7.2.22.ebuild
19 index 69da693866e..91c621fb07b 100644
20 --- a/dev-lang/php/php-7.2.22.ebuild
21 +++ b/dev-lang/php/php-7.2.22.ebuild
22 @@ -18,7 +18,7 @@ LICENSE="PHP-3.01
23 unicode? ( BSD-2 LGPL-2.1 )"
24
25 SLOT="$(ver_cut 1-2)"
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 +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"
28
29 # We can build the following SAPIs in the given order
30 SAPIS="embed cli cgi fpm apache2 phpdbg"
31
32 diff --git a/dev-lang/php/php-7.3.9.ebuild b/dev-lang/php/php-7.3.9.ebuild
33 index a04c38873be..b874965446f 100644
34 --- a/dev-lang/php/php-7.3.9.ebuild
35 +++ b/dev-lang/php/php-7.3.9.ebuild
36 @@ -19,7 +19,7 @@ LICENSE="PHP-3.01
37 unicode? ( BSD-2 LGPL-2.1 )"
38
39 SLOT="$(ver_cut 1-2)"
40 -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"
41 +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"
42
43 S="${WORKDIR}/${PN}-${MY_PV}"