Сравнение pixman-0.44.2 с pixman-0.46.0

/usr/portage/x11-libs/pixman/pixman-0.46.0.ebuild 2025-07-29 16:22:17.964470355 +0300
9 9
	GIT_ECLASS="git-r3"
10 10
fi
11 11

  
12
inherit ${GIT_ECLASS} meson-multilib multiprocessing toolchain-funcs
12
inherit flag-o-matic ${GIT_ECLASS} meson-multilib multiprocessing toolchain-funcs
13 13

  
14 14
DESCRIPTION="Low-level pixel manipulation routines"
15 15
HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/"
......
32 32
}
33 33

  
34 34
multilib_src_configure() {
35
	# Temporary workaround for a build failure (known gcc issue):
36
	#
37
	#  * https://bugs.gentoo.org/956715
38
	#  * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110812
39
	#
40
	use riscv && filter-lto
41

  
35 42
	local emesonargs=(
36 43
		$(meson_feature cpu_flags_x86_mmxext mmx)
37 44
		$(meson_feature cpu_flags_x86_sse2 sse2)
Спасибо!