Diff libde265-1.0.9 with a libde265-1.0.11

/usr/portage/media-libs/libde265/libde265-1.0.11.ebuild 2023-10-09 14:52:31.680368405 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit autotools multilib-minimal
7 7

  
......
56 56

  
57 57
multilib_src_configure() {
58 58
	local myeconfargs=(
59
		--disable-static
60 59
		--enable-log-error
61 60
		ax_cv_check_cflags___msse4_1=$(usex cpu_flags_x86_sse4_1)
62 61
		ax_cv_check_cflags___mfpu_neon=$(usex cpu_flags_arm_neon)
Thank you!