diff options
author | 2022-10-01 08:47:07 +0200 | |
---|---|---|
committer | 2022-10-01 08:47:07 +0200 | |
commit | 811b62f9b83cbba95e6f50d46a984763a56b2363 (patch) | |
tree | 5d9ae16e7223ccdd77eb12f0a31bbe91f41763bc /dev-lang/php | |
parent | dev-lang/php: Stabilize 8.0.24 amd64, #873697 (diff) | |
download | gentoo-811b62f9b83cbba95e6f50d46a984763a56b2363.tar.gz gentoo-811b62f9b83cbba95e6f50d46a984763a56b2363.tar.bz2 gentoo-811b62f9b83cbba95e6f50d46a984763a56b2363.zip |
dev-lang/php: Stabilize 8.1.11 amd64, #873697
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-8.1.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-8.1.11.ebuild b/dev-lang/php/php-8.1.11.ebuild index 08ae68bc439d..9f03894c7c4a 100644 --- a/dev-lang/php/php-8.1.11.ebuild +++ b/dev-lang/php/php-8.1.11.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}" |