diff options
author | 2022-07-09 14:43:11 +0300 | |
---|---|---|
committer | 2022-07-09 14:43:37 +0300 | |
commit | e25fa31b4e748401e89809ff22cc31e1e32fa505 (patch) | |
tree | 8229aaf74b411b4471a66a304dc92fa86acd71ec /dev-lang | |
parent | dev-lang/php: Stabilize 8.1.8 arm, #857075 (diff) | |
download | gentoo-e25fa31b4e748401e89809ff22cc31e1e32fa505.tar.gz gentoo-e25fa31b4e748401e89809ff22cc31e1e32fa505.tar.bz2 gentoo-e25fa31b4e748401e89809ff22cc31e1e32fa505.zip |
dev-lang/php: Stabilize 8.1.8 arm64, #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 def26d79ca60..e6b5973eabb0 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}" |