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 06:54:44
Message-Id: 1568012060.2d4d3e1aa42e78298d5c56ca7c16605adf94943d.ago@gentoo
1 commit: 2d4d3e1aa42e78298d5c56ca7c16605adf94943d
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 9 06:54:20 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 9 06:54:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4d3e1a
7
8 dev-lang/php: amd64 stable wrt bug #693810
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="amd64"
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 4c7a5b1088d..d35cee1e9ca 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 6be2a690721..9570629b445 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}"