Diff sysprof-common-3.48.0 with a sysprof-common-46.0

/usr/portage/dev-util/sysprof-common/sysprof-common-46.0.ebuild 2025-02-03 17:39:32.922667256 +0300
1
# Copyright 2020-2023 Gentoo Authors
1
# Copyright 2020-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11

  
12 12
LICENSE="GPL-3+ GPL-2+"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm64 x86"
14
KEYWORDS="amd64 ~arm64 ~loong x86"
15 15

  
16 16
src_install() {
17 17
	insinto /usr/share/dbus-1/interfaces/
18
	doins "${S}"/src/org.gnome.Sysprof3.Profiler.xml
18
	doins "${S}"/src/sysprofd/org.gnome.Sysprof3.Profiler.xml
19 19
}
Thank you!