Diff hugin-2022.0.0 with a hugin-2022.0.0-r1

/usr/portage/media-gfx/hugin/hugin-2022.0.0-r1.ebuild 2023-10-09 14:52:31.628368404 +0300
14 14

  
15 15
LICENSE="GPL-2+ BSD BSD-2 MIT wxWinLL-3 ZLIB FDL-1.2"
16 16
SLOT="0"
17
KEYWORDS="amd64 arm64 ~x86"
17
KEYWORDS="~amd64 ~arm64 ~x86"
18 18

  
19 19
LANGS=" ca ca-valencia cs da de en-GB es eu fi fr hu it ja nl pl pt-BR ro ru sk sv zh-CN zh-TW"
20 20
IUSE="debug lapack python raw sift $(echo ${LANGS//\ /\ l10n_})"
......
76 76
	local mycmakeargs=(
77 77
		-DBUILD_HSI=$(usex python)
78 78
		-DENABLE_LAPACK=$(usex lapack)
79
		# Temporary workaround for bug #833443. Can be dropped when
80
		# we switch to wxgtk-3.2, but complications for that remain
81
		# w/ egl+wayland.
82
		-DUSE_GDKBACKEND_X11=on
79 83
	)
80 84
	cmake_src_configure
81 85
}
Thank you!