diff options
author | Sam James <sam@gentoo.org> | 2021-01-25 14:14:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-25 14:14:09 +0000 |
commit | 2c52d3a1970c5bfd3c5988b635a7b137d810403a (patch) | |
tree | 9c65469d288d833b314e738049fcebc4c7f12435 /dev-lang/php | |
parent | dev-lang/php: Stabilize 7.3.26 arm64, #764314 (diff) | |
download | gentoo-2c52d3a1970c5bfd3c5988b635a7b137d810403a.tar.gz gentoo-2c52d3a1970c5bfd3c5988b635a7b137d810403a.tar.bz2 gentoo-2c52d3a1970c5bfd3c5988b635a7b137d810403a.zip |
dev-lang/php: Stabilize 7.4.14 arm64, #764314
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.4.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.14.ebuild b/dev-lang/php/php-7.4.14.ebuild index 68fc1e11e37d..6fee9aef25d3 100644 --- a/dev-lang/php/php-7.4.14.ebuild +++ b/dev-lang/php/php-7.4.14.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 ~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}" |