diff options
author | Sam James <sam@gentoo.org> | 2021-11-06 01:32:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-06 01:32:54 +0000 |
commit | dcf5bd8fb669e5eaaab68ec09be8bdea5ef9ab30 (patch) | |
tree | 5f13053406a724369c867d0970e87b76668d6c8e /dev-lang/php | |
parent | dev-lang/php: Stabilize 7.4.25 arm64, #820221 (diff) | |
download | gentoo-dcf5bd8fb669e5eaaab68ec09be8bdea5ef9ab30.tar.gz gentoo-dcf5bd8fb669e5eaaab68ec09be8bdea5ef9ab30.tar.bz2 gentoo-dcf5bd8fb669e5eaaab68ec09be8bdea5ef9ab30.zip |
dev-lang/php: Stabilize 8.0.12 arm64, #820221
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-8.0.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-8.0.12.ebuild b/dev-lang/php/php-8.0.12.ebuild index 4afc982062a9..2e3a81eec1cf 100644 --- a/dev-lang/php/php-8.0.12.ebuild +++ b/dev-lang/php/php-8.0.12.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}" |