diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-30 09:00:45 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-30 09:00:45 +0200 |
commit | b94277a6c3fd26a3250eb78efaf88ee5bde3a997 (patch) | |
tree | e3bf88bf52cd7d875f967bde82622da470b1db5c /app-containers | |
parent | net-dns/nsd: amd64 stable wrt bug #855152 (diff) | |
download | gentoo-b94277a6c3fd26a3250eb78efaf88ee5bde3a997.tar.gz gentoo-b94277a6c3fd26a3250eb78efaf88ee5bde3a997.tar.bz2 gentoo-b94277a6c3fd26a3250eb78efaf88ee5bde3a997.zip |
app-containers/apptainer: amd64 stable wrt bug #854996
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/apptainer/apptainer-1.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/apptainer/apptainer-1.0.2.ebuild b/app-containers/apptainer/apptainer-1.0.2.ebuild index 56b48324770c..f8ab29b4d9f4 100644 --- a/app-containers/apptainer/apptainer-1.0.2.ebuild +++ b/app-containers/apptainer/apptainer-1.0.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" # Do not complain about CFLAGS etc. since go projects do not use them. |