diff options
author | 2023-04-26 15:13:52 +0100 | |
---|---|---|
committer | 2023-04-26 15:13:57 +0100 | |
commit | 64a03141fc5e3392bd0a30a0635ddc35e63b4a78 (patch) | |
tree | b4726c8df5040c9c523525a4823429baaa42aeff /app-containers | |
parent | sys-devel/gcc: fix 13 cross builds w/ fixincludes (diff) | |
download | gentoo-64a03141fc5e3392bd0a30a0635ddc35e63b4a78.tar.gz gentoo-64a03141fc5e3392bd0a30a0635ddc35e63b4a78.tar.bz2 gentoo-64a03141fc5e3392bd0a30a0635ddc35e63b4a78.zip |
app-containers/apptainer: Stabilize 1.1.8 amd64, #905115
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/apptainer/apptainer-1.1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/apptainer/apptainer-1.1.8.ebuild b/app-containers/apptainer/apptainer-1.1.8.ebuild index 11042b31127b..9bd79873884d 100644 --- a/app-containers/apptainer/apptainer-1.1.8.ebuild +++ b/app-containers/apptainer/apptainer-1.1.8.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. |