Diff xapp-2.4.3 with a xapp-2.6.1

/usr/portage/x11-libs/xapp/xapp-2.6.1.ebuild 2023-10-09 14:52:35.928368512 +0300
10 10

  
11 11
DESCRIPTION="Cross-desktop libraries and common resources"
12 12
HOMEPAGE="https://github.com/linuxmint/xapp/"
13
LICENSE="LGPL-3+"
13
LICENSE="LGPL-3"
14 14

  
15 15
SRC_URI="https://github.com/linuxmint/xapp/archive/${PV}.tar.gz -> ${P}.tar.gz"
16
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
16
KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
17 17

  
18 18
SLOT="0"
19 19
IUSE="gtk-doc introspection mate"
......
64 64

  
65 65
	# Fix meson helpers
66 66
	python_setup
67
	python_fix_shebang meson-scripts
67
	python_fix_shebang .
68 68
}
69 69

  
70 70
src_configure() {
Thank you!