diff options
author | 2021-10-03 00:54:26 +0100 | |
---|---|---|
committer | 2021-10-03 00:54:26 +0100 | |
commit | 5cb4a456138baaa07c1015af3620e2b41e69e4ab (patch) | |
tree | 828a76c8934dc30b82032590180568073ff58930 /dev-lang/php | |
parent | dev-python/doc8: Stabilize 0.9.0 arm64, #814875 (diff) | |
download | gentoo-5cb4a456138baaa07c1015af3620e2b41e69e4ab.tar.gz gentoo-5cb4a456138baaa07c1015af3620e2b41e69e4ab.tar.bz2 gentoo-5cb4a456138baaa07c1015af3620e2b41e69e4ab.zip |
dev-lang/php: Stabilize 7.3.31 arm, #815253
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-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 93346533abdd..f479cdb19675 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}" |