diff options
author | Sam James <sam@gentoo.org> | 2020-10-06 05:41:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-06 05:41:12 +0000 |
commit | 766394575dc6f112597bef2fe0b27ff364064661 (patch) | |
tree | 3cfa8fa4a69024532a26c05671ebb0d7257977a0 /dev-lang/php | |
parent | dev-lang/php: Stabilize 7.2.34 arm64, #745993 (diff) | |
download | gentoo-766394575dc6f112597bef2fe0b27ff364064661.tar.gz gentoo-766394575dc6f112597bef2fe0b27ff364064661.tar.bz2 gentoo-766394575dc6f112597bef2fe0b27ff364064661.zip |
dev-lang/php: Stabilize 7.3.23 arm64, #745993
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.3.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.3.23.ebuild b/dev-lang/php/php-7.3.23.ebuild index 1ce95f95c6ee..83e2b4b677d0 100644 --- a/dev-lang/php/php-7.3.23.ebuild +++ b/dev-lang/php/php-7.3.23.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 ~x86-macos" +KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${MY_PV}" |