Diff libgnt-2.14.2 with a libgnt-2.14.3

/usr/portage/dev-libs/libgnt/libgnt-2.14.3.ebuild 2023-10-09 14:52:29.516368351 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 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 meson
7 7

  
......
11 11
LICENSE="GPL-2"
12 12
SLOT="0"
13 13

  
14
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
14
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
15 15
IUSE="doc"
16 16

  
17 17
RDEPEND="
......
28 28
"
29 29

  
30 30
PATCHES=(
31
	"${FILESDIR}/${PN}-2.14.0-optional_docs.patch"
32 31
	"${FILESDIR}/${PN}-2.14.0-tinfo.patch"
33 32
)
34 33

  
35 34
src_configure() {
36 35
	local emesonargs=(
36
		-Dpython2=false
37 37
		$(meson_use doc)
38 38
	)
39 39
	meson_src_configure
Thank you!