Diff mate-sensors-applet-1.26.0 with a mate-sensors-applet-1.26.0-r1

/usr/portage/mate-extra/mate-sensors-applet/mate-sensors-applet-1.26.0-r1.ebuild 2023-10-09 14:52:31.596368403 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
43 43

  
44 44
PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:2 ) )"
45 45

  
46
PATCHES=(
47
	"${FILESDIR}"/${PV}-clang-16-fix-undeclared-function-setlocale.patch
48
)
49

  
46 50
src_configure() {
47 51
	local udisks
48 52

  
Thank you!