Diff xdx-2.5.0 with a xdx-2.91

/usr/portage/media-radio/xdx/xdx-2.91.ebuild 2023-10-09 14:52:31.760368407 +0300
1
# Copyright 1999-2021 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
DESCRIPTION="a GTK+ TCP/IP DX-cluster and ON4KST chat client"
7 7
HOMEPAGE="https://sourceforge.net/projects/xdxclusterclient"
......
9 9

  
10 10
LICENSE="GPL-2"
11 11
SLOT="0"
12
KEYWORDS="amd64 x86"
12
KEYWORDS="~amd64 ~x86"
13 13
IUSE="nls"
14 14

  
15
RDEPEND=">=x11-libs/gtk+-2.12:2"
15
RDEPEND="x11-libs/gtk+:3
16
	dev-libs/glib
17
	x11-libs/pango"
16 18
DEPEND="${RDEPEND}
17 19
	virtual/pkgconfig
18 20
	nls? ( sys-devel/gettext )"
19 21

  
20
PATCHES=( "${FILESDIR}/"${P}-fno-common.patch )
21 22
DOCS=( AUTHORS ChangeLog NEWS README TODO )
22 23

  
23 24
src_configure() {
Thank you!