diff options
author | Sam James <sam@gentoo.org> | 2021-03-30 22:05:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-30 22:05:09 +0000 |
commit | 9dd0156408ba2203bbda58776c773dce63b62347 (patch) | |
tree | 0e1499055030dc4eddf77a85138790c4b8213bfc /dev-lang/php | |
parent | net-dialup/mgetty: Stabilize 1.2.1-r3 ppc64, #779433 (diff) | |
download | gentoo-9dd0156408ba2203bbda58776c773dce63b62347.tar.gz gentoo-9dd0156408ba2203bbda58776c773dce63b62347.tar.bz2 gentoo-9dd0156408ba2203bbda58776c773dce63b62347.zip |
dev-lang/php: Stabilize 7.4.16 ppc, #779418
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.4.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.16.ebuild b/dev-lang/php/php-7.4.16.ebuild index c8af0d5b7755..e0f5a8fc1328 100644 --- a/dev-lang/php/php-7.4.16.ebuild +++ b/dev-lang/php/php-7.4.16.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" +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}" |