diff options
author | Sam James <sam@gentoo.org> | 2021-10-05 18:58:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-05 18:58:39 +0100 |
commit | 7b0c1049e3732111f17865ae72553976de85b92b (patch) | |
tree | d887687e9b7249b3c7eed53fa291550b6dd45897 /dev-lang | |
parent | dev-lang/php: Stabilize 7.4.24 arm64, #815253 (diff) | |
download | gentoo-7b0c1049e3732111f17865ae72553976de85b92b.tar.gz gentoo-7b0c1049e3732111f17865ae72553976de85b92b.tar.bz2 gentoo-7b0c1049e3732111f17865ae72553976de85b92b.zip |
dev-lang/php: Stabilize 8.0.11 arm64, #815253
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-8.0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-8.0.11.ebuild b/dev-lang/php/php-8.0.11.ebuild index f78ee0932496..df8ecdf6d705 100644 --- a/dev-lang/php/php-8.0.11.ebuild +++ b/dev-lang/php/php-8.0.11.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}" |