Diff sushi-44.2 with a sushi-45.0

/usr/portage/gnome-extra/sushi/sushi-45.0.ebuild 2023-10-09 14:52:31.164368392 +0300
9 9

  
10 10
LICENSE="GPL-2+"
11 11
SLOT="0"
12
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
12
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
13 13
IUSE="wayland +X"
14 14
REQUIRED_USE="|| ( wayland X )"
15 15

  
......
42 42
	local emesonargs=(
43 43
		$(meson_feature wayland)
44 44
		$(meson_feature X X11)
45
		-Dprofile=default
45 46
	)
46 47
	meson_src_configure
47 48
}
......
52 53
}
53 54

  
54 55
pkg_postinst() {
55
	optfeature "Support viewing file formats such as generated by LibreOffice" app-office/libreoffice app-office/libreoffice-bin
56
	optfeature "Support viewing file formats such as generated by LibreOffice" \
57
	           app-office/libreoffice app-office/libreoffice-bin
56 58
}
Thank you!