Diff xfce4-sensors-plugin-1.4.4 with a xfce4-sensors-plugin-1.4.5

/usr/portage/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.5.ebuild 2025-02-03 17:39:35.966678122 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
14 14

  
15 15
LICENSE="GPL-2+"
16 16
SLOT="0"
17
KEYWORDS="amd64 ppc ppc64 ~riscv x86"
17
KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
18 18
IUSE="+acpi hddtemp libnotify lm-sensors video_cards_nvidia"
19 19
REQUIRED_USE="|| ( hddtemp lm-sensors acpi )"
20 20

  
21 21
DEPEND="
22
	>=x11-libs/gtk+-3.20:3
23
	>=xfce-base/libxfce4ui-4.16:=
22
	>=x11-libs/gtk+-3.22.0:3
23
	>=xfce-base/libxfce4ui-4.16.0:=
24 24
	>=xfce-base/libxfce4util-4.17.2:=
25
	>=xfce-base/xfce4-panel-4.16:=
25
	>=xfce-base/xfce4-panel-4.16.0:=
26 26
	hddtemp? (
27 27
		app-admin/hddtemp
28 28
		|| (
......
38 38
	${DEPEND}
39 39
"
40 40
BDEPEND="
41
	dev-util/intltool
41
	>=sys-devel/gettext-0.19.8
42 42
	virtual/pkgconfig
43 43
"
44 44

  
Thank you!