Diff x2goclient-4.1.2.2-r1 with a x2goclient-4.1.2.3

/usr/portage/net-misc/x2goclient/x2goclient-4.1.2.3.ebuild 2023-10-09 14:52:34.716368482 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit desktop qmake-utils xdg
7 7

  
......
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="amd64 x86"
14
KEYWORDS="~amd64 ~x86"
15 15
IUSE="ldap"
16 16

  
17 17
DEPEND="
......
52 52
	for size in 16 32 48 64 128 ; do
53 53
		doicon -s ${size} res/img/icons/${size}x${size}/${PN}.png
54 54
	done
55
	newicon -s scalable res/img/icons/hildon/${PN}_hildon.svg ${PN}.svg
55
	newicon -s scalable res/img/x2go-logos/x2go-logo.svg ${PN}.svg
56 56

  
57 57
	insinto /usr/share/pixmaps
58 58
	doins res/img/icons/${PN}.xpm
Thank you!