Diff lmod-8.7.55 with a lmod-9999

/usr/portage/sys-cluster/lmod/lmod-9999.ebuild 2025-02-03 17:39:35.934678008 +0300
45 45
	virtual/pkgconfig
46 46
"
47 47

  
48
PATCHES=(
49
	"${FILESDIR}"/${PN}-8.4.19-no-libsandbox.patch
50
	"${FILESDIR}"/${P}-fix-bashism-in-configure-script.patch
51
)
48
PATCHES=( "${FILESDIR}"/${PN}-8.4.19-no-libsandbox.patch )
52 49

  
53 50
pkg_pretend() {
54 51
	elog "You can control the siteName and syshost settings by"
Thank you!