Diff xfce4-panel-4.19.1-r1 with a xfce4-panel-4.19.2

/usr/portage/xfce-base/xfce4-panel/xfce4-panel-4.19.2.ebuild 2023-10-09 14:52:36.008368514 +0300
55 55
	virtual/pkgconfig
56 56
"
57 57

  
58
PATCHES=(
59
	# https://gitlab.xfce.org/xfce/xfce4-panel/-/issues/729
60
	"${FILESDIR}"/${P}-no-wayland.patch
61
)
62

  
63 58
src_configure() {
64 59
	local myconf=(
65 60
		$(use_enable introspection)
Thank you!