diff options
author | Sam James <sam@gentoo.org> | 2020-08-15 07:04:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-15 07:04:40 +0000 |
commit | 5f86feba14b58d9f73a2952523e920c5f8a9561e (patch) | |
tree | 3b2cd2725a9fc6076d978ab0dd9f2c0adc89bb99 /dev-lang/php | |
parent | dev-lang/php: Stabilize 7.3.21 x86, #736158 (diff) | |
download | gentoo-5f86feba14b58d9f73a2952523e920c5f8a9561e.tar.gz gentoo-5f86feba14b58d9f73a2952523e920c5f8a9561e.tar.bz2 gentoo-5f86feba14b58d9f73a2952523e920c5f8a9561e.zip |
dev-lang/php: Stabilize 7.4.9 x86, #736158
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.9.ebuild b/dev-lang/php/php-7.4.9.ebuild index 1c6acb0ab4b4..9af48bedbdd9 100644 --- a/dev-lang/php/php-7.4.9.ebuild +++ b/dev-lang/php/php-7.4.9.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}" |