diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 09:56:07 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 09:56:07 +0200 |
commit | 634fc7263621ea0fd199eb395d504b9dd1ec236a (patch) | |
tree | fab6cf540bcf36ff3c3d1a1dd1d7e76c5c1bea2c /dev-lang | |
parent | dev-lang/php: Stabilize 7.4.28 ppc, #833608 (diff) | |
download | gentoo-634fc7263621ea0fd199eb395d504b9dd1ec236a.tar.gz gentoo-634fc7263621ea0fd199eb395d504b9dd1ec236a.tar.bz2 gentoo-634fc7263621ea0fd199eb395d504b9dd1ec236a.zip |
dev-lang/php: Stabilize 8.0.16 ppc, #833608
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-8.0.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-8.0.16.ebuild b/dev-lang/php/php-8.0.16.ebuild index fe3f79703726..e837045ed4f7 100644 --- a/dev-lang/php/php-8.0.16.ebuild +++ b/dev-lang/php/php-8.0.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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" S="${WORKDIR}/${PN}-${MY_PV}" |