diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-10-01 20:37:11 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-10-01 20:37:11 +0200 |
commit | cf85320fe04eff22116bcfb0f5c870603fd1761e (patch) | |
tree | c252242a950eb61a086953f08e3478c078e25393 /dev-lang | |
parent | dev-lang/php: Stabilize 7.4.32 arm64, #873697 (diff) | |
download | gentoo-cf85320fe04eff22116bcfb0f5c870603fd1761e.tar.gz gentoo-cf85320fe04eff22116bcfb0f5c870603fd1761e.tar.bz2 gentoo-cf85320fe04eff22116bcfb0f5c870603fd1761e.zip |
dev-lang/php: Stabilize 8.0.24 arm64, #873697
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-8.0.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-8.0.24.ebuild b/dev-lang/php/php-8.0.24.ebuild index 42442ff47b2e..ee562dafa0e6 100644 --- a/dev-lang/php/php-8.0.24.ebuild +++ b/dev-lang/php/php-8.0.24.ebuild @@ -21,7 +21,7 @@ LICENSE="PHP-3.01 unicode? ( BSD-2 LGPL-2.1 )" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" S="${WORKDIR}/${PN}-${MY_PV}" |