Diff gnome-shell-extension-appindicator-53-r1 with a gnome-shell-extension-appindicator-57

/usr/portage/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-57.ebuild 2023-10-09 14:52:31.160368392 +0300
10 10

  
11 11
LICENSE="GPL-2"
12 12
SLOT="0"
13
KEYWORDS="amd64 ~arm64 ~ppc64 x86"
13
KEYWORDS="~amd64 ~arm64 ~x86"
14 14

  
15 15
RDEPEND="
16 16
	app-eselect/eselect-gnome-shell-extensions
17
	>=gnome-base/gnome-shell-3.34
17
	>=gnome-base/gnome-shell-45
18 18
"
19 19
BDEPEND="
20 20
	app-misc/jq
......
23 23
src_prepare() {
24 24
	default
25 25
	# https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/419
26
	eapply -R "${FILESDIR}/${P}-41a8e9c.patch"
26
	eapply -R "${FILESDIR}/${PN}-53-41a8e9c.patch"
27 27
}
28 28

  
29 29
src_install() {
Thank you!