From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C23E5158086 for ; Thu, 25 Nov 2021 14:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BB192BC00A; Thu, 25 Nov 2021 14:03:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E29232BC00A for ; Thu, 25 Nov 2021 14:03:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60822343055 for ; Thu, 25 Nov 2021 14:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D0F11E4 for ; Thu, 25 Nov 2021 14:03:27 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1637848961.c78b9de8b1ddc158726693813bf1de6b52f405a1.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/lmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/lmod/lmod-8.5.6.ebuild X-VCS-Directories: sys-cluster/lmod/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: c78b9de8b1ddc158726693813bf1de6b52f405a1 X-VCS-Branch: master Date: Thu, 25 Nov 2021 14:03:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a0f7bf9-cc6f-4081-ac87-5859785132cb X-Archives-Hash: ae23faf8d220c645c5f2d56706ef7e43 commit: c78b9de8b1ddc158726693813bf1de6b52f405a1 Author: Bob Dröge rug nl> AuthorDate: Thu Nov 25 13:48:36 2021 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Thu Nov 25 14:02:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78b9de8 sys-cluster/lmod: fix tests on prefix Bug: https://bugs.gentoo.org/827152 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Guilherme Amadio gentoo.org> sys-cluster/lmod/lmod-8.5.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-cluster/lmod/lmod-8.5.6.ebuild b/sys-cluster/lmod/lmod-8.5.6.ebuild index e41fae2778a4..a833cb1dde24 100644 --- a/sys-cluster/lmod/lmod-8.5.6.ebuild +++ b/sys-cluster/lmod/lmod-8.5.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..3} ) -inherit autotools lua-single +inherit autotools lua-single prefix DESCRIPTION="Environment Module System based on Lua" HOMEPAGE="https://lmod.readthedocs.io/en/latest https://github.com/TACC/Lmod" @@ -61,6 +61,7 @@ src_prepare() { default rm -r pkgs/{luafilesystem,term} || die rm -r rt/{ck_mtree_syntax,colorize,end2end,help,ifur,settarg} || die + hprefixify -w '/#\!\/bin\/tcsh/' rt/csh_swap/csh_swap.tdesc || die eautoreconf }