Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Tue, 26 Oct 2021 16:07:35
Message-Id: 1635264402.b59524872b346f4374c2e4281111530286ced66c.sam@gentoo
1 commit: b59524872b346f4374c2e4281111530286ced66c
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Tue Oct 26 15:40:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 26 16:06:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5952487
7
8 dev-lang/php: stable 7.4.25 for sparc, bug #820221
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-lang/php/php-7.4.25.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-lang/php/php-7.4.25.ebuild b/dev-lang/php/php-7.4.25.ebuild
19 index 41c73f308f8..3005866d19a 100644
20 --- a/dev-lang/php/php-7.4.25.ebuild
21 +++ b/dev-lang/php/php-7.4.25.ebuild
22 @@ -21,7 +21,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 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
27 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
28
29 S="${WORKDIR}/${PN}-${MY_PV}"