Diff xpad-5.8.0 with a xpad-5.8.0-r1

/usr/portage/x11-misc/xpad/xpad-5.8.0-r1.ebuild 2025-02-03 17:39:35.962678108 +0300
1
# Copyright 1999-2022 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
......
11 11

  
12 12
LICENSE="GPL-3"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm ppc x86"
14
KEYWORDS="amd64 ~arm ~ppc 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
......
31 29
	sys-devel/gettext
32 30
	virtual/pkgconfig"
33 31

  
32
PATCHES=("${FILESDIR}"/${PN}-5.8.0-gettext.patch)
33

  
34 34
src_prepare() {
35 35
	default
36 36

  
Thank you!