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: Sat, 01 Oct 2022 18:39:31
Message-Id: 1664649545.575e9db4ef580ced1583aa0f1e8b9ed3582a9f68.ago@gentoo
1 commit: 575e9db4ef580ced1583aa0f1e8b9ed3582a9f68
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 18:39:05 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 18:39:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=575e9db4
7
8 dev-lang/php: Stabilize 8.1.11 sparc, #873697
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 dev-lang/php/php-8.1.11.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/php/php-8.1.11.ebuild b/dev-lang/php/php-8.1.11.ebuild
16 index 92627fa81c92..b0becc6f3ead 100644
17 --- a/dev-lang/php/php-8.1.11.ebuild
18 +++ b/dev-lang/php/php-8.1.11.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}"