diff options
author | Sam James <sam@gentoo.org> | 2020-08-15 05:54:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-15 05:54:04 +0000 |
commit | 20c46ec782b486d16e3296731cd4702c099a65ea (patch) | |
tree | 61b9a5ce98672e3721d283e5f26d0910b5e67213 /dev-lang | |
parent | dev-lang/php: Stabilize 7.2.33 arm, #736158 (diff) | |
download | gentoo-20c46ec782b486d16e3296731cd4702c099a65ea.tar.gz gentoo-20c46ec782b486d16e3296731cd4702c099a65ea.tar.bz2 gentoo-20c46ec782b486d16e3296731cd4702c099a65ea.zip |
dev-lang/php: Stabilize 7.3.21 arm, #736158
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.3.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.3.21.ebuild b/dev-lang/php/php-7.3.21.ebuild index bebdb1f3debd..a3c69a3cd644 100644 --- a/dev-lang/php/php-7.3.21.ebuild +++ b/dev-lang/php/php-7.3.21.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 ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${MY_PV}" |