Diff mate-panel-1.26.2 with a mate-panel-1.26.3

/usr/portage/mate-base/mate-panel/mate-panel-1.26.3.ebuild 2023-10-09 14:52:31.592368403 +0300
7 7

  
8 8
inherit mate
9 9

  
10
if [[ ${PV} != 9999 ]]; then
11
	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
10
if [[ "${PV}" != *9999 ]]; then
11
	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
12 12
fi
13 13

  
14 14
DESCRIPTION="The MATE panel"
......
62 62
	virtual/pkgconfig
63 63
"
64 64

  
65
PATCHES=(
66
	"${FILESDIR}"/${PN}-1.26.3-gettext-0.22-fix.patch
67
)
68

  
65 69
src_configure() {
66 70
	mate_src_configure \
67 71
		--libexecdir="${EPREFIX}"/usr/libexec/mate-applets \
Thank you!