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 | 2d4997ed320ac35d40af764dced6a54a1a4d7491 (patch) | |
tree | 78a15545e0f03722aa39b866a6fdc1bae2756441 /dev-lang | |
parent | dev-python/httpcore: Remove old (diff) | |
download | gentoo-2d4997ed320ac35d40af764dced6a54a1a4d7491.tar.gz gentoo-2d4997ed320ac35d40af764dced6a54a1a4d7491.tar.bz2 gentoo-2d4997ed320ac35d40af764dced6a54a1a4d7491.zip |
dev-lang/php: Stabilize 7.4.28 ppc, #833608
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang')
-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 18cef7380257..049d31c060d1 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}" |