diff options
author | Sam James <sam@gentoo.org> | 2021-01-25 14:14:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-25 14:14:08 +0000 |
commit | f30864bd8e860e18f09d3b80e45bc3f182660e82 (patch) | |
tree | 14f9053b06da63bc71cab74efcec9803e98b724d /dev-lang/php | |
parent | dev-libs/tomsfastmath: Stabilize 0.13.1-r1 sparc, #767103 (diff) | |
download | gentoo-f30864bd8e860e18f09d3b80e45bc3f182660e82.tar.gz gentoo-f30864bd8e860e18f09d3b80e45bc3f182660e82.tar.bz2 gentoo-f30864bd8e860e18f09d3b80e45bc3f182660e82.zip |
dev-lang/php: Stabilize 7.3.26 arm64, #764314
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.3.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.3.26.ebuild b/dev-lang/php/php-7.3.26.ebuild index b5f39bbfeb3a..7fb97fec058c 100644 --- a/dev-lang/php/php-7.3.26.ebuild +++ b/dev-lang/php/php-7.3.26.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}" |