diff options
author | Sam James <sam@gentoo.org> | 2021-10-05 18:58:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-05 18:58:37 +0100 |
commit | ac7301dbb888a577b14c5fb5c88cb266b1f847d8 (patch) | |
tree | 2c18e912b7626d47c829cc9d931cafbf5dcfdfc2 /dev-lang | |
parent | www-servers/apache: Stabilize 2.4.50 arm64, #816402 (diff) | |
download | gentoo-ac7301dbb888a577b14c5fb5c88cb266b1f847d8.tar.gz gentoo-ac7301dbb888a577b14c5fb5c88cb266b1f847d8.tar.bz2 gentoo-ac7301dbb888a577b14c5fb5c88cb266b1f847d8.zip |
dev-lang/php: Stabilize 7.3.31 arm64, #815253
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.3.31.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.3.31.ebuild b/dev-lang/php/php-7.3.31.ebuild index e903f2dfd696..43b75511c0b0 100644 --- a/dev-lang/php/php-7.3.31.ebuild +++ b/dev-lang/php/php-7.3.31.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" +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}" |