diff options
author | Sam James <sam@gentoo.org> | 2021-04-18 01:46:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 01:46:55 +0000 |
commit | d74f342fa83c09b3e2d5d8155affecad2f697764 (patch) | |
tree | fccd5f74790443a37d0cb60097b7d71d5b7713c4 /dev-lang/php | |
parent | net-libs/nodejs: Stabilize 14.16.1 arm64, #781704 (diff) | |
download | gentoo-d74f342fa83c09b3e2d5d8155affecad2f697764.tar.gz gentoo-d74f342fa83c09b3e2d5d8155affecad2f697764.tar.bz2 gentoo-d74f342fa83c09b3e2d5d8155affecad2f697764.zip |
dev-lang/php: Stabilize 7.4.16 arm64, #779418
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.4.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.16.ebuild b/dev-lang/php/php-7.4.16.ebuild index 605782481540..d5dee14f96b3 100644 --- a/dev-lang/php/php-7.4.16.ebuild +++ b/dev-lang/php/php-7.4.16.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}" |