Diff php-8.0.29 with a php-8.0.30

/usr/portage/dev-lang/php/php-8.0.30.ebuild 2023-10-09 14:52:29.472368350 +0300
5 5

  
6 6
WANT_AUTOMAKE="none"
7 7

  
8
inherit flag-o-matic systemd autotools
8
inherit flag-o-matic multilib systemd autotools
9 9

  
10 10
DESCRIPTION="The PHP language runtime engine"
11 11
HOMEPAGE="https://www.php.net/"
......
20 20
	unicode? ( BSD-2 LGPL-2.1 )"
21 21

  
22 22
SLOT="$(ver_cut 1-2)"
23
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
23
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
24 24

  
25 25
# We can build the following SAPIs in the given order
26 26
SAPIS="embed cli cgi fpm apache2 phpdbg"
......
241 241

  
242 242
	PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
243 243

  
244
	# https://bugs.gentoo.org/866683, https://bugs.gentoo.org/913527
245
	filter-lto
246

  
244 247
	# The php-fpm config file wants localstatedir to be ${EPREFIX}/var
245 248
	# and not the Gentoo default ${EPREFIX}/var/lib. See bug 572002.
246 249
	local our_conf=(
Thank you!