Diff xpad-5.8.0 with a xpad-5.8.0-r1

/usr/portage/x11-misc/xpad/xpad-5.8.0-r1.ebuild 2023-10-09 14:52:35.956368513 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11

  
12 12
LICENSE="GPL-3"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm ppc x86"
14
KEYWORDS="amd64 ~arm x86"
15 15

  
16 16
RDEPEND="
17
	|| (
18
		>=app-accessibility/at-spi2-core-2.46.0:2
19
		( app-accessibility/at-spi2-atk dev-libs/atk )
20
	)
17
	>=app-accessibility/at-spi2-core-2.46.0:2
21 18
	>=dev-libs/glib-2.58:2
19
	dev-libs/libayatana-appindicator
22 20
	x11-libs/gdk-pixbuf
23 21
	x11-libs/gtk+:3[X]
24 22
	x11-libs/gtksourceview:4
Thank you!