Diff xfce4-whiskermenu-plugin-2.7.3 with a xfce4-whiskermenu-plugin-2.8.0

/usr/portage/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.0.ebuild 2023-10-09 14:52:36.008368514 +0300
10 10

  
11 11
LICENSE="GPL-2+"
12 12
SLOT="0"
13
KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
14
IUSE="accountsservice"
13
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
14
IUSE="accountsservice wayland"
15 15

  
16 16
DEPEND="
17 17
	virtual/libintl
18 18
	x11-libs/gtk+:3
19
	xfce-base/exo:=
20
	xfce-base/garcon:=
21
	xfce-base/libxfce4ui:=
22
	xfce-base/libxfce4util:=
23
	xfce-base/xfce4-panel:=
19
	>=xfce-base/exo-0.12:=
20
	>=xfce-base/garcon-0.6.4:=
21
	>=xfce-base/libxfce4ui-4.14:=
22
	>=xfce-base/libxfce4util-4.14:=
23
	>=xfce-base/xfce4-panel-4.14:=
24
	>=xfce-base/xfconf-4.14:=
24 25
	accountsservice? (
25
		sys-apps/accountsservice
26
		>=sys-apps/accountsservice-0.6.45
27
	)
28
	wayland? (
29
		>=gui-libs/gtk-layer-shell-0.7
26 30
	)
27 31
"
28 32
RDEPEND="
......
42 46
		-DENABLE_LINKER_OPTIMIZED_HASH_TABLES=OFF
43 47
		-DENABLE_DEVELOPER_MODE=OFF
44 48
		-DENABLE_LINK_TIME_OPTIMIZATION=OFF
45
		-DENABLE_ACCOUNTSSERVICE=$(usex accountsservice)
49
		-DENABLE_ACCOUNTS_SERVICE=$(usex accountsservice)
50
		-DENABLE_GTK_LAYER_SHELL=$(usex wayland)
46 51
	)
47 52

  
48 53
	cmake_src_configure
Thank you!