diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-23 22:12:12 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-23 22:12:12 +0200 |
commit | fcc8a4df7e924476c3947239e6435c1fe362402c (patch) | |
tree | b061e84658f3beaf5e3b03a691af713a04f1ff6c /dev-lang/php | |
parent | dev-lang/php: Stabilize 8.0.28 x86, #895624 (diff) | |
download | gentoo-fcc8a4df7e924476c3947239e6435c1fe362402c.tar.gz gentoo-fcc8a4df7e924476c3947239e6435c1fe362402c.tar.bz2 gentoo-fcc8a4df7e924476c3947239e6435c1fe362402c.zip |
dev-lang/php: Stabilize 8.1.16 x86, #895624
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-8.1.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-8.1.16.ebuild b/dev-lang/php/php-8.1.16.ebuild index a0f41c9b0ffe..944beb950cfc 100644 --- a/dev-lang/php/php-8.1.16.ebuild +++ b/dev-lang/php/php-8.1.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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" S="${WORKDIR}/${PN}-${MY_PV}" |