diff options
author | Sam James <sam@gentoo.org> | 2020-08-14 22:03:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-14 22:03:12 +0000 |
commit | 64d795b9b4c221fae9e0b847a31e78f7ba8a2ed5 (patch) | |
tree | 9f221e4977550fb93e85498df9de06dafb7efeff /dev-lang | |
parent | dev-lang/php: Stabilize 7.2.33 arm64, #736158 (diff) | |
download | gentoo-64d795b9b4c221fae9e0b847a31e78f7ba8a2ed5.tar.gz gentoo-64d795b9b4c221fae9e0b847a31e78f7ba8a2ed5.tar.bz2 gentoo-64d795b9b4c221fae9e0b847a31e78f7ba8a2ed5.zip |
dev-lang/php: Stabilize 7.3.21 arm64, #736158
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.3.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.3.21.ebuild b/dev-lang/php/php-7.3.21.ebuild index 705d68d153f3..a25834e8d1da 100644 --- a/dev-lang/php/php-7.3.21.ebuild +++ b/dev-lang/php/php-7.3.21.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}" |