diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-10-01 20:37:47 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-10-01 20:37:47 +0200 |
commit | 29bffb1fcb769029791a449accd41972886f1a21 (patch) | |
tree | 5d67f0528a072b753f545da8829803b1826526f3 /dev-lang/php | |
parent | dev-lang/php: Stabilize 8.1.11 arm64, #873697 (diff) | |
download | gentoo-29bffb1fcb769029791a449accd41972886f1a21.tar.gz gentoo-29bffb1fcb769029791a449accd41972886f1a21.tar.bz2 gentoo-29bffb1fcb769029791a449accd41972886f1a21.zip |
dev-lang/php: Stabilize 7.4.32 ppc, #873697
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.4.32.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.32.ebuild b/dev-lang/php/php-7.4.32.ebuild index 570809d59f9d..8f0784498a92 100644 --- a/dev-lang/php/php-7.4.32.ebuild +++ b/dev-lang/php/php-7.4.32.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}" |