diff options
author | Sam James <sam@gentoo.org> | 2021-11-06 01:32:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-06 01:32:52 +0000 |
commit | 0d088684c03b84af8a75d44c6b984e8df30066a4 (patch) | |
tree | 05cf08578ca1fb2576b472e992d0ef27b709b562 | |
parent | app-editors/gvim: Stabilize 8.2.3428-r1 arm64, #816894 (diff) | |
download | gentoo-0d088684c03b84af8a75d44c6b984e8df30066a4.tar.gz gentoo-0d088684c03b84af8a75d44c6b984e8df30066a4.tar.bz2 gentoo-0d088684c03b84af8a75d44c6b984e8df30066a4.zip |
dev-lang/php: Stabilize 7.3.32 arm64, #820221
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-lang/php/php-7.3.32.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.3.32.ebuild b/dev-lang/php/php-7.3.32.ebuild index 5e078344b946..3d15e0244c4b 100644 --- a/dev-lang/php/php-7.3.32.ebuild +++ b/dev-lang/php/php-7.3.32.ebuild @@ -19,7 +19,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 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" S="${WORKDIR}/${PN}-${MY_PV}" |