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: Fri, 13 Sep 2019 17:27:41
Message-Id: 1568395650.c903e70b1735410627b04885861221716312c157.ago@gentoo
1 commit: c903e70b1735410627b04885861221716312c157
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 13 17:27:14 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 17:27:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c903e70b
7
8 dev-lang/php: ia64 stable wrt bug #693810
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="ia64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-lang/php/php-7.1.32.ebuild | 2 +-
15 dev-lang/php/php-7.2.22.ebuild | 2 +-
16 dev-lang/php/php-7.3.9.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-lang/php/php-7.1.32.ebuild b/dev-lang/php/php-7.1.32.ebuild
20 index e373315e3cc..bc16ecfd72a 100644
21 --- a/dev-lang/php/php-7.1.32.ebuild
22 +++ b/dev-lang/php/php-7.1.32.ebuild
23 @@ -18,7 +18,7 @@ LICENSE="PHP-3.01
24 unicode? ( BSD-2 LGPL-2.1 )"
25
26 SLOT="$(ver_cut 1-2)"
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 +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"
29
30 # We can build the following SAPIs in the given order
31 SAPIS="embed cli cgi fpm apache2 phpdbg"
32
33 diff --git a/dev-lang/php/php-7.2.22.ebuild b/dev-lang/php/php-7.2.22.ebuild
34 index 5353cc24ec3..f5be2b28fb5 100644
35 --- a/dev-lang/php/php-7.2.22.ebuild
36 +++ b/dev-lang/php/php-7.2.22.ebuild
37 @@ -18,7 +18,7 @@ LICENSE="PHP-3.01
38 unicode? ( BSD-2 LGPL-2.1 )"
39
40 SLOT="$(ver_cut 1-2)"
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 +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"
43
44 # We can build the following SAPIs in the given order
45 SAPIS="embed cli cgi fpm apache2 phpdbg"
46
47 diff --git a/dev-lang/php/php-7.3.9.ebuild b/dev-lang/php/php-7.3.9.ebuild
48 index 4bd913cea37..7c0c269f85a 100644
49 --- a/dev-lang/php/php-7.3.9.ebuild
50 +++ b/dev-lang/php/php-7.3.9.ebuild
51 @@ -19,7 +19,7 @@ LICENSE="PHP-3.01
52 unicode? ( BSD-2 LGPL-2.1 )"
53
54 SLOT="$(ver_cut 1-2)"
55 -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"
56 +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"
57
58 S="${WORKDIR}/${PN}-${MY_PV}"