diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-10-03 10:32:07 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-10-03 10:32:07 +0200 |
commit | 47b2db22b12d5bc5993753c33698ce758f86c2ae (patch) | |
tree | 0698e0d8ac24f0b2b462c902a584b1313e681717 /dev-lang/php | |
parent | dev-lang/php: Stabilize 7.4.32 x86, #873697 (diff) | |
download | gentoo-47b2db22b12d5bc5993753c33698ce758f86c2ae.tar.gz gentoo-47b2db22b12d5bc5993753c33698ce758f86c2ae.tar.bz2 gentoo-47b2db22b12d5bc5993753c33698ce758f86c2ae.zip |
dev-lang/php: Stabilize 8.0.24 x86, #873697
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-8.0.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-8.0.24.ebuild b/dev-lang/php/php-8.0.24.ebuild index 233aafb4fd39..03a9a8185d43 100644 --- a/dev-lang/php/php-8.0.24.ebuild +++ b/dev-lang/php/php-8.0.24.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}" |