diff options
author | Sam James <sam@gentoo.org> | 2021-02-15 06:05:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 06:05:46 +0000 |
commit | 21f829cc693e8232c02eadd1a5de00c641cd2577 (patch) | |
tree | af53e1207a8716f937c484d2a2f6d3a2e6930263 /dev-lang | |
parent | dev-lang/php: Stabilize 7.3.27 arm64, #768756 (diff) | |
download | gentoo-21f829cc693e8232c02eadd1a5de00c641cd2577.tar.gz gentoo-21f829cc693e8232c02eadd1a5de00c641cd2577.tar.bz2 gentoo-21f829cc693e8232c02eadd1a5de00c641cd2577.zip |
dev-lang/php: Stabilize 7.4.15 arm64, #768756
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.4.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.15.ebuild b/dev-lang/php/php-7.4.15.ebuild index 1aa9e4a0aa33..529acae76f57 100644 --- a/dev-lang/php/php-7.4.15.ebuild +++ b/dev-lang/php/php-7.4.15.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}" |