commit: 2a601335b109925d2790d8b8ea08773fc01a604c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 27 04:28:02 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 27 04:46:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a601335
sys-cluster/slurm: drop netloc vestige Closes: https://bugs.gentoo.org/870220 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-cluster/slurm/slurm-22.05.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-cluster/slurm/slurm-22.05.3.ebuild b/sys-cluster/slurm/slurm-22.05.3.ebuild index 0b5e602258f3..a9e9ee8b26b4 100644 --- a/sys-cluster/slurm/slurm-22.05.3.ebuild +++ b/sys-cluster/slurm/slurm-22.05.3.ebuild @@ -138,7 +138,6 @@ src_configure() { ) use pam && myconf+=( --with-pam_dir=$(getpam_mod_dir) ) use mysql || myconf+=( --without-mysql_config ) - use amd64 && myconf+=( $(use_with netloc) ) econf "${myconf[@]}" \ $(use_enable debug) \ $(use_enable lua) \
