Diff gnome-applets-3.46.0 with a gnome-applets-3.50.0

/usr/portage/gnome-base/gnome-applets/gnome-applets-3.50.0.ebuild 2023-10-09 14:52:31.152368392 +0300
10 10
LICENSE="GPL-2+ FDL-1.1"
11 11
SLOT="0"
12 12
IUSE="tracker"
13
KEYWORDS="amd64 ~riscv"
13
KEYWORDS="~amd64 ~riscv"
14 14

  
15 15
# FIXME: automagic wireless-tools
16 16
# TODO: gucharmap could be optional, but no knob
......
48 48
src_configure() {
49 49
	gnome2_src_configure \
50 50
		--disable-static \
51
		--disable-cpufreq \
52 51
		$(use_enable tracker tracker-search-bar)
53 52
}
Thank you!