diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-10-01 20:36:32 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-10-01 20:36:32 +0200 |
commit | eace8d9de610e5db07d0ba8f2e5361c54b5ffeea (patch) | |
tree | 18ad8054b5af83683d06655875b57714fffcf5af /dev-lang/php | |
parent | dev-lang/php: Stabilize 8.0.24 arm, #873697 (diff) | |
download | gentoo-eace8d9de610e5db07d0ba8f2e5361c54b5ffeea.tar.gz gentoo-eace8d9de610e5db07d0ba8f2e5361c54b5ffeea.tar.bz2 gentoo-eace8d9de610e5db07d0ba8f2e5361c54b5ffeea.zip |
dev-lang/php: Stabilize 8.1.11 arm, #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 9f03894c7c4a..e08a83e99a74 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}" |