Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/
Date: Fri, 28 May 2021 00:29:29
Message-Id: 1622161637.f067dd2a686818096063b364cc5fba46f6799711.sam@gentoo
1 commit: f067dd2a686818096063b364cc5fba46f6799711
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 00:27:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 00:27:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f067dd2a
7
8 sys-cluster/singularity: Stabilize 3.7.4 x86, #792465
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-cluster/singularity/singularity-3.7.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/singularity/singularity-3.7.4.ebuild b/sys-cluster/singularity/singularity-3.7.4.ebuild
16 index 50873aff393..a6085a30d3c 100644
17 --- a/sys-cluster/singularity/singularity-3.7.4.ebuild
18 +++ b/sys-cluster/singularity/singularity-3.7.4.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/hpcng/${PN}/releases/download/v${PV}/${P}.tar.gz"
20
21 SLOT="0"
22 LICENSE="BSD"
23 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
25 IUSE="examples +network +suid"
26
27 # Do not complain about CFLAGS etc. since go projects do not use them.