Diff knem-1.1.4_p20250126 with a knem-9999

/usr/portage/sys-cluster/knem/knem-9999.ebuild 2025-07-29 16:22:17.912470141 +0300
4 4
EAPI="8"
5 5

  
6 6
MODULES_OPTIONAL_IUSE=+modules
7
inherit autotools linux-mod-r1 toolchain-funcs udev
7
inherit autotools git-r3 linux-mod-r1 toolchain-funcs udev
8 8

  
9 9
DESCRIPTION="High-Performance Intra-Node MPI Communication"
10 10
HOMEPAGE="https://knem.gitlabpages.inria.fr/"
11
SRC_URI="https://dev.gentoo.org/~mpagano/dist/${PN}/${P}.tar.xz"
12
LICENSE="GPL-2 LGPL-2"
11
EGIT_REPO_URI="https://gitlab.inria.fr/knem/knem.git"
13 12

  
13
LICENSE="GPL-2 LGPL-2"
14 14
SLOT="0"
15
KEYWORDS="~amd64 ~riscv ~x86"
16 15
IUSE="debug modules"
17 16

  
18 17
DEPEND="
Thank you!