diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 09:56:15 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 09:56:15 +0200 |
commit | 6600550673d9da21054e069e16e85f31e79c3429 (patch) | |
tree | cee887f7b012dd3f5b55f1264d9a31bdacc41141 /dev-lang | |
parent | dev-lang/php: Stabilize 7.4.28 arm, #833608 (diff) | |
download | gentoo-6600550673d9da21054e069e16e85f31e79c3429.tar.gz gentoo-6600550673d9da21054e069e16e85f31e79c3429.tar.bz2 gentoo-6600550673d9da21054e069e16e85f31e79c3429.zip |
dev-lang/php: Stabilize 8.0.16 arm, #833608
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-8.0.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-8.0.16.ebuild b/dev-lang/php/php-8.0.16.ebuild index df69aab87dff..263d6c27a1da 100644 --- a/dev-lang/php/php-8.0.16.ebuild +++ b/dev-lang/php/php-8.0.16.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}" |