Diff php-8.1.20-r1 with a php-8.1.24
/usr/portage/dev-lang/php/php-8.1.24.ebuild 2023-10-09 14:52:29.472368350 +0300 | ||
---|---|---|
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 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |
|
23 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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" |
... | ... | |
245 | 245 | |
246 | 246 |
PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}" |
247 | 247 | |
248 |
# https://bugs.gentoo.org/866683, https://bugs.gentoo.org/913527 |
|
249 |
filter-lto |
|
250 | ||
248 | 251 |
# The php-fpm config file wants localstatedir to be ${EPREFIX}/var |
249 | 252 |
# and not the Gentoo default ${EPREFIX}/var/lib. See bug 572002. |
250 | 253 |
local our_conf=( |