diff options
author | Sam James <sam@gentoo.org> | 2020-10-04 17:03:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-04 17:03:13 +0000 |
commit | 8ee7fefa496685332f7630dc1cc3ebefa1094910 (patch) | |
tree | f4d17c08f3cf020715723907734463824f3c2375 /dev-lang/php | |
parent | dev-lang/php: Stabilize 7.3.23 arm, #745993 (diff) | |
download | gentoo-8ee7fefa496685332f7630dc1cc3ebefa1094910.tar.gz gentoo-8ee7fefa496685332f7630dc1cc3ebefa1094910.tar.bz2 gentoo-8ee7fefa496685332f7630dc1cc3ebefa1094910.zip |
dev-lang/php: Stabilize 7.4.11 arm, #745993
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.4.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.11.ebuild b/dev-lang/php/php-7.4.11.ebuild index 3ac0d8c9ace3..8e69e55ee67b 100644 --- a/dev-lang/php/php-7.4.11.ebuild +++ b/dev-lang/php/php-7.4.11.ebuild @@ -21,7 +21,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}" |