Diff atomix-3.34.0-r1 with a atomix-44.0

/usr/portage/games-puzzle/atomix/atomix-44.0.ebuild 2023-10-09 14:52:31.112368391 +0300
1
# Copyright 1999-2020 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 gnome.org meson xdg
7 7

  
......
11 11
LICENSE="GPL-2+"
12 12
SLOT="0"
13 13
KEYWORDS="~amd64 ~x86"
14
IUSE=""
15 14

  
16 15
RDEPEND="
17 16
	>=x11-libs/gtk+-3.10:3
18 17
	>=x11-libs/gdk-pixbuf-2.0.5:2
19 18
	>=dev-libs/glib-2.36.0:2
20
	dev-libs/libgnome-games-support:=
19
	dev-libs/libgnome-games-support:1=
21 20
"
22 21
DEPEND="${RDEPEND}"
23 22
BDEPEND="
24 23
	>=sys-devel/gettext-0.19.8
25 24
	virtual/pkgconfig
26 25
"
27

  
28
PATCHES=(
29
	"${FILESDIR}/${P}-fnocommon.patch"
30
)
Thank you!