diff options
author | Sam James <sam@gentoo.org> | 2021-05-09 02:07:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-09 02:07:52 +0000 |
commit | 8928f255c8ef744f7df038165e1fc6088638b8b7 (patch) | |
tree | b9908113a6148684f53375e4d586536adc7526b1 /dev-lang/php | |
parent | app-portage/gentoolkit: Stabilize 0.5.1 sparc, #788994 (diff) | |
download | gentoo-8928f255c8ef744f7df038165e1fc6088638b8b7.tar.gz gentoo-8928f255c8ef744f7df038165e1fc6088638b8b7.tar.bz2 gentoo-8928f255c8ef744f7df038165e1fc6088638b8b7.zip |
dev-lang/php: Stabilize 7.3.28 arm, #788892
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.3.28.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.3.28.ebuild b/dev-lang/php/php-7.3.28.ebuild index dc34551157d1..c261efb032c0 100644 --- a/dev-lang/php/php-7.3.28.ebuild +++ b/dev-lang/php/php-7.3.28.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}" |