Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/
Date: Tue, 30 Nov 2021 11:28:21
Message-Id: 1638271687.b4688c43da413e178ded00e094b316a4733a976c.arthurzam@gentoo
1 commit: b4688c43da413e178ded00e094b316a4733a976c
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 30 11:27:55 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 11:28:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4688c43
7
8 sys-cluster/singularity: Stabilize 3.8.5 x86, #827892
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-cluster/singularity/singularity-3.8.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/singularity/singularity-3.8.5.ebuild b/sys-cluster/singularity/singularity-3.8.5.ebuild
16 index a599a0749da3..8e6b0570d888 100644
17 --- a/sys-cluster/singularity/singularity-3.8.5.ebuild
18 +++ b/sys-cluster/singularity/singularity-3.8.5.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 ~riscv ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~riscv 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.