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 | a6976831cf52b02a41e863e026532d0c73d24ffc (patch) | |
tree | ca9783682ecfdc1f5ad49a669864503668ab2709 /dev-lang/php | |
parent | dev-lang/php: Stabilize 7.2.33 x86, #736158 (diff) | |
download | gentoo-a6976831cf52b02a41e863e026532d0c73d24ffc.tar.gz gentoo-a6976831cf52b02a41e863e026532d0c73d24ffc.tar.bz2 gentoo-a6976831cf52b02a41e863e026532d0c73d24ffc.zip |
dev-lang/php: Stabilize 7.3.21 x86, #736158
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-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 a3c69a3cd644..2b6f33d2ec7f 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}" |