diff options
author | 2020-09-01 04:15:20 +0000 | |
---|---|---|
committer | 2020-09-01 04:15:20 +0000 | |
commit | cfdb13a099b0a7083bf5e2bd13c6f99539b795e4 (patch) | |
tree | 5bfd21ba9853c82966124fa34fffcdd1897493e6 /dev-lang | |
parent | dev-lang/php: Stabilize 7.2.33 ppc64, #736158 (diff) | |
download | gentoo-cfdb13a099b0a7083bf5e2bd13c6f99539b795e4.tar.gz gentoo-cfdb13a099b0a7083bf5e2bd13c6f99539b795e4.tar.bz2 gentoo-cfdb13a099b0a7083bf5e2bd13c6f99539b795e4.zip |
dev-lang/php: Stabilize 7.3.21 ppc64, #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 9538a25e5fc4..4583dedfe50e 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}" |