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:44:24
Message-Id: 1626507857.6e3aef3337011f4b48d1c38871fc7eb5c47cd801.ago@gentoo
1 commit: 6e3aef3337011f4b48d1c38871fc7eb5c47cd801
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 07:44:17 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 07:44:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3aef33
7
8 sys-cluster/singularity: x86 stable wrt bug #802486
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="x86"
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 ad68441725d..e0cda2b957c 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.