diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-09 14:43:19 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-09 14:43:38 +0300 |
commit | 3a0ea80c9a02eba28b6ab3ad9d17495316460e1c (patch) | |
tree | da4efe95b7ad9ea8470ae9bc32e3afe55a3200d4 /dev-lang | |
parent | dev-lang/php: Stabilize 8.1.8 ppc, #857075 (diff) | |
download | gentoo-3a0ea80c9a02eba28b6ab3ad9d17495316460e1c.tar.gz gentoo-3a0ea80c9a02eba28b6ab3ad9d17495316460e1c.tar.bz2 gentoo-3a0ea80c9a02eba28b6ab3ad9d17495316460e1c.zip |
dev-lang/php: Stabilize 8.1.8 ppc64, #857075
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-8.1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-8.1.8.ebuild b/dev-lang/php/php-8.1.8.ebuild index 1b1f4bb6b551..64af1e66440b 100644 --- a/dev-lang/php/php-8.1.8.ebuild +++ b/dev-lang/php/php-8.1.8.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}" |