diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-03 19:25:58 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-03 19:25:58 +0200 |
commit | b182471f65714499983b88d5038970289c2ebc1a (patch) | |
tree | 655d1e8be0bbba64af37ef7dacc69c052d80aa6e /dev-lang | |
parent | dev-java/zstd-jni: Stabilize 1.5.2.4 ppc64, #879295 (diff) | |
download | gentoo-b182471f65714499983b88d5038970289c2ebc1a.tar.gz gentoo-b182471f65714499983b88d5038970289c2ebc1a.tar.bz2 gentoo-b182471f65714499983b88d5038970289c2ebc1a.zip |
dev-lang/php: Stabilize 7.4.33 arm64, #879333
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.4.33.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.33.ebuild b/dev-lang/php/php-7.4.33.ebuild index 609c605be729..472863adeef1 100644 --- a/dev-lang/php/php-7.4.33.ebuild +++ b/dev-lang/php/php-7.4.33.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}" |