Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/lmod/
Date: Thu, 25 Nov 2021 14:03:33
Message-Id: 1637848961.c78b9de8b1ddc158726693813bf1de6b52f405a1.amadio@gentoo
1 commit: c78b9de8b1ddc158726693813bf1de6b52f405a1
2 Author: Bob Dröge <b.e.droge <AT> rug <DOT> nl>
3 AuthorDate: Thu Nov 25 13:48:36 2021 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 25 14:02:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78b9de8
7
8 sys-cluster/lmod: fix tests on prefix
9
10 Bug: https://bugs.gentoo.org/827152
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
13
14 sys-cluster/lmod/lmod-8.5.6.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/lmod/lmod-8.5.6.ebuild b/sys-cluster/lmod/lmod-8.5.6.ebuild
18 index e41fae2778a4..a833cb1dde24 100644
19 --- a/sys-cluster/lmod/lmod-8.5.6.ebuild
20 +++ b/sys-cluster/lmod/lmod-8.5.6.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=7
23
24 LUA_COMPAT=( lua5-{1..3} )
25 -inherit autotools lua-single
26 +inherit autotools lua-single prefix
27
28 DESCRIPTION="Environment Module System based on Lua"
29 HOMEPAGE="https://lmod.readthedocs.io/en/latest https://github.com/TACC/Lmod"
30 @@ -61,6 +61,7 @@ src_prepare() {
31 default
32 rm -r pkgs/{luafilesystem,term} || die
33 rm -r rt/{ck_mtree_syntax,colorize,end2end,help,ifur,settarg} || die
34 + hprefixify -w '/#\!\/bin\/tcsh/' rt/csh_swap/csh_swap.tdesc || die
35 eautoreconf
36 }