diff options
author | Sam James <sam@gentoo.org> | 2021-10-03 00:54:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-03 00:54:28 +0100 |
commit | 76d142e5758599d4db485b104bb510b26e22ac12 (patch) | |
tree | 1f65da54d44b1db9e82c3f2b18968cc58698631c /dev-lang | |
parent | dev-lang/php: Stabilize 7.3.31 arm, #815253 (diff) | |
download | gentoo-76d142e5758599d4db485b104bb510b26e22ac12.tar.gz gentoo-76d142e5758599d4db485b104bb510b26e22ac12.tar.bz2 gentoo-76d142e5758599d4db485b104bb510b26e22ac12.zip |
dev-lang/php: Stabilize 7.4.24 arm, #815253
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.4.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.24.ebuild b/dev-lang/php/php-7.4.24.ebuild index a79ca83e258b..d6f954f1e971 100644 --- a/dev-lang/php/php-7.4.24.ebuild +++ b/dev-lang/php/php-7.4.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}" |