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: Sun, 03 Oct 2021 00:37:48
Message-Id: 1633221448.a97005b2d0179675ba620a34ba6e60ac58ab83a3.sam@gentoo
1 commit: a97005b2d0179675ba620a34ba6e60ac58ab83a3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 00:37:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 00:37:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97005b2
7
8 dev-lang/php: Stabilize 7.4.24 ppc64, #815253
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lang/php/php-7.4.24.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/php/php-7.4.24.ebuild b/dev-lang/php/php-7.4.24.ebuild
16 index d6f954f1e97..cec1bf77c30 100644
17 --- a/dev-lang/php/php-7.4.24.ebuild
18 +++ b/dev-lang/php/php-7.4.24.ebuild
19 @@ -21,7 +21,7 @@ LICENSE="PHP-3.01
20 unicode? ( BSD-2 LGPL-2.1 )"
21
22 SLOT="$(ver_cut 1-2)"
23 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
24 +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
25
26 S="${WORKDIR}/${PN}-${MY_PV}"