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 2024-07-02 13:51:45.773851503 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
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!