diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 09:56:10 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 09:56:10 +0200 |
commit | 97022c5721bde6419513e4584bdddd7d20d03178 (patch) | |
tree | 36a09c579d29f927153f9c2ac099f49f1c4ada88 /dev-lang/php | |
parent | dev-lang/php: Stabilize 8.0.16 ppc, #833608 (diff) | |
download | gentoo-97022c5721bde6419513e4584bdddd7d20d03178.tar.gz gentoo-97022c5721bde6419513e4584bdddd7d20d03178.tar.bz2 gentoo-97022c5721bde6419513e4584bdddd7d20d03178.zip |
dev-lang/php: Stabilize 7.4.28 ppc64, #833608
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.4.28.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.28.ebuild b/dev-lang/php/php-7.4.28.ebuild index 049d31c060d1..7936357fc959 100644 --- a/dev-lang/php/php-7.4.28.ebuild +++ b/dev-lang/php/php-7.4.28.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}" |