diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-07-17 09:44:17 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-07-17 09:44:17 +0200 |
commit | 6e3aef3337011f4b48d1c38871fc7eb5c47cd801 (patch) | |
tree | 64b1f07f6a02a92e6de1ccc5f2e15926963d8a65 /sys-cluster/singularity | |
parent | net-wireless/iwd: x86 stable wrt bug #802453 (diff) | |
download | gentoo-6e3aef3337011f4b48d1c38871fc7eb5c47cd801.tar.gz gentoo-6e3aef3337011f4b48d1c38871fc7eb5c47cd801.tar.bz2 gentoo-6e3aef3337011f4b48d1c38871fc7eb5c47cd801.zip |
sys-cluster/singularity: x86 stable wrt bug #802486
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-cluster/singularity')
-rw-r--r-- | sys-cluster/singularity/singularity-3.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/singularity/singularity-3.8.0.ebuild b/sys-cluster/singularity/singularity-3.8.0.ebuild index ad68441725db..e0cda2b957ce 100644 --- a/sys-cluster/singularity/singularity-3.8.0.ebuild +++ b/sys-cluster/singularity/singularity-3.8.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/hpcng/${PN}/releases/download/v${PV}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="examples +network +suid" # Do not complain about CFLAGS etc. since go projects do not use them. |