Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/apptainer/
Date: Thu, 30 Jun 2022 07:01:53
Message-Id: 1656572445.b94277a6c3fd26a3250eb78efaf88ee5bde3a997.ago@gentoo
1 commit: b94277a6c3fd26a3250eb78efaf88ee5bde3a997
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 07:00:45 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 07:00:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94277a6
7
8 app-containers/apptainer: amd64 stable wrt bug #854996
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 app-containers/apptainer/apptainer-1.0.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-containers/apptainer/apptainer-1.0.2.ebuild b/app-containers/apptainer/apptainer-1.0.2.ebuild
18 index 56b48324770c..f8ab29b4d9f4 100644
19 --- a/app-containers/apptainer/apptainer-1.0.2.ebuild
20 +++ b/app-containers/apptainer/apptainer-1.0.2.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/apptainer/${PN}/releases/download/v${PV}/${P}.tar.gz
22
23 SLOT="0"
24 LICENSE="BSD"
25 -KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="amd64 ~riscv ~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.