Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Fri, 01 Nov 2019 10:17:45
Message-Id: 1572603444.fee9ff727dde96180996f2dcbc3d1e66ef82f522.zlogene@gentoo
1 commit: fee9ff727dde96180996f2dcbc3d1e66ef82f522
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 1 10:17:24 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 1 10:17:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee9ff72
7
8 dev-lang/php: arm stable wrt bug #698452
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 RepoMan-Options: --include-arches="arm"
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 dev-lang/php/php-7.1.33.ebuild | 2 +-
15 dev-lang/php/php-7.2.24.ebuild | 2 +-
16 dev-lang/php/php-7.3.11.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-lang/php/php-7.1.33.ebuild b/dev-lang/php/php-7.1.33.ebuild
20 index 6a88fa2b655..26cb59ec1aa 100644
21 --- a/dev-lang/php/php-7.1.33.ebuild
22 +++ b/dev-lang/php/php-7.1.33.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-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-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.24.ebuild b/dev-lang/php/php-7.2.24.ebuild
34 index 8508d9d6e5a..6b4cdd11cec 100644
35 --- a/dev-lang/php/php-7.2.24.ebuild
36 +++ b/dev-lang/php/php-7.2.24.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-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-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.11.ebuild b/dev-lang/php/php-7.3.11.ebuild
48 index 197f8d34dfa..1dfeb73ef0b 100644
49 --- a/dev-lang/php/php-7.3.11.ebuild
50 +++ b/dev-lang/php/php-7.3.11.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-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-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
57
58 S="${WORKDIR}/${PN}-${MY_PV}"