diff options
author | Sam James <sam@gentoo.org> | 2021-02-09 22:53:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-09 22:53:11 +0000 |
commit | 615d0f6a4537a8852410efc1e2052e03878ef399 (patch) | |
tree | 99e41295d091f81e296aa294118f7df543d9f2b4 /dev-lang/php | |
parent | app-admin/puppet-agent: 7.4.0 bump (diff) | |
download | gentoo-615d0f6a4537a8852410efc1e2052e03878ef399.tar.gz gentoo-615d0f6a4537a8852410efc1e2052e03878ef399.tar.bz2 gentoo-615d0f6a4537a8852410efc1e2052e03878ef399.zip |
dev-lang/php: Stabilize 7.3.27 ppc, #768756
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.3.27.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.3.27.ebuild b/dev-lang/php/php-7.3.27.ebuild index 7fbb614a6a33..0ede752387a3 100644 --- a/dev-lang/php/php-7.3.27.ebuild +++ b/dev-lang/php/php-7.3.27.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}" |