diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-10-08 12:07:09 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-10-08 12:07:09 +0200 |
commit | 644ef53a41987f4051566150319ca182122305ea (patch) | |
tree | 7ccead5168c5f17d90bf27ec871466bb80ad8995 /app-containers | |
parent | sys-fs/squashfuse: Stabilize 0.1.103 amd64, #875872 (diff) | |
download | gentoo-644ef53a41987f4051566150319ca182122305ea.tar.gz gentoo-644ef53a41987f4051566150319ca182122305ea.tar.bz2 gentoo-644ef53a41987f4051566150319ca182122305ea.zip |
app-containers/apptainer: Stabilize 1.1.2 amd64, #875872
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/apptainer/apptainer-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/apptainer/apptainer-1.1.2.ebuild b/app-containers/apptainer/apptainer-1.1.2.ebuild index 3134281dcb06..2773ffd53fba 100644 --- a/app-containers/apptainer/apptainer-1.1.2.ebuild +++ b/app-containers/apptainer/apptainer-1.1.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/apptainer/${PN}/releases/download/v${PV}/${P}.tar.gz SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="examples +network suid systemd" # Do not complain about CFLAGS etc. since go projects do not use them. |