Diff gajim-1.7.3 with a gajim-1.7.3-r1

/usr/portage/net-im/gajim/gajim-1.7.3-r1.ebuild 2023-10-09 14:52:34.444368475 +0300
16 16

  
17 17
LICENSE="GPL-3"
18 18
SLOT="0"
19
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
19
KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
20 20
IUSE="+crypt geolocation jingle omemo remote rst +spell upnp +webp"
21 21

  
22 22
COMMON_DEPEND="
......
75 75
		upnp? ( net-libs/gupnp-igd:0[introspection] )
76 76
	')"
77 77

  
78
src_install() {
79
	distutils-r1_src_install
78
python_compile() {
79
	distutils-r1_python_compile
80
	./pep517build/build_metadata.py -o dist/metadata
81
}
82

  
83
python_install() {
84
	distutils-r1_python_install
85
	./pep517build/install_metadata.py dist/metadata --prefix="${D}/usr"
86

  
87
	rm "${D}"/usr/share/man/man1/*.gz
80 88
	doman data/*.1
81 89
}
82 90

  
Thank you!