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, 30 Dec 2019 15:53:38
Message-Id: 1577721209.d33fdbcd7ccca62c6607b5cae3446e23b7cf0c2b.ago@gentoo
1 commit: d33fdbcd7ccca62c6607b5cae3446e23b7cf0c2b
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 15:53:29 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 15:53:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33fdbcd
7
8 dev-lang/php: ppc stable wrt bug #703326
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-lang/php/php-7.2.26.ebuild | 2 +-
15 dev-lang/php/php-7.3.13.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-lang/php/php-7.2.26.ebuild b/dev-lang/php/php-7.2.26.ebuild
19 index 09023f8dd1b..9294e3559a3 100644
20 --- a/dev-lang/php/php-7.2.26.ebuild
21 +++ b/dev-lang/php/php-7.2.26.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-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-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.13.ebuild b/dev-lang/php/php-7.3.13.ebuild
33 index 77f0f91c9de..239bb99d397 100644
34 --- a/dev-lang/php/php-7.3.13.ebuild
35 +++ b/dev-lang/php/php-7.3.13.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-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-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
42
43 S="${WORKDIR}/${PN}-${MY_PV}"