Diff gtk-layer-shell-0.8.0 with a gtk-layer-shell-0.8.1

/usr/portage/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild 2023-10-09 14:52:31.176368393 +0300
12 12
	EGIT_REPO_URI="https://github.com/wmww/${PN}"
13 13
else
14 14
	SRC_URI="https://github.com/wmww/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
15
	KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv x86"
15
	KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
16 16
fi
17 17

  
18 18
DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol"
......
26 26
REQUIRED_USE="vala? ( introspection )"
27 27

  
28 28
DEPEND="
29
	>=x11-libs/gtk+-3.24.26:3[introspection?,wayland]
29
	>=x11-libs/gtk+-3.24.37:3[introspection?,wayland]
30 30
	>=dev-libs/wayland-1.10.0
31 31
	>=dev-libs/wayland-protocols-1.16
32 32
"
Thank you!