Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/
Date: Sat, 17 Jul 2021 07:42:38
Message-Id: 1626507750.1b48fd454da7ad55d64b640f7e267018e917da12.ago@gentoo
1 commit: 1b48fd454da7ad55d64b640f7e267018e917da12
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 07:42:30 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 07:42:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b48fd45
7
8 sys-cluster/singularity: amd64 stable wrt bug #802486
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-cluster/singularity/singularity-3.8.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/singularity/singularity-3.8.0.ebuild b/sys-cluster/singularity/singularity-3.8.0.ebuild
18 index 2c112879880..ad68441725d 100644
19 --- a/sys-cluster/singularity/singularity-3.8.0.ebuild
20 +++ b/sys-cluster/singularity/singularity-3.8.0.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/hpcng/${PN}/releases/download/v${PV}/${P}.tar.gz"
22
23 SLOT="0"
24 LICENSE="BSD"
25 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
27 IUSE="examples +network +suid"
28
29 # Do not complain about CFLAGS etc. since go projects do not use them.