Diff xfce4-pulseaudio-plugin-0.4.8 with a xfce4-pulseaudio-plugin-0.4.9

/usr/portage/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.9.ebuild 2025-02-03 17:39:35.966678122 +0300
1
# Copyright 1999-2023 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="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
17
KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86"
18 18
# TODO: remove wnck when libxfce4windowing is ready to go stable
19 19
IUSE="+keybinder libcanberra libnotify libxfce4windowing wnck"
20 20
REQUIRED_USE="?? ( libxfce4windowing wnck )"
......
31 31
	keybinder? ( dev-libs/keybinder:3 )
32 32
	libcanberra? ( media-libs/libcanberra )
33 33
	libnotify? ( x11-libs/libnotify )
34
	libxfce4windowing? ( xfce-base/libxfce4windowing:= )
34
	libxfce4windowing? ( >=xfce-base/libxfce4windowing-4.19.6:= )
35 35
	wnck? ( x11-libs/libwnck:3 )
36 36
"
37 37
RDEPEND="
38 38
	${DEPEND}
39 39
"
40 40
BDEPEND="
41
	dev-util/intltool
41
	sys-devel/gettext
42 42
	virtual/pkgconfig
43 43
"
44 44

  
Thank you!