From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 646F7158020 for ; Thu, 27 Oct 2022 04:48:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4EECE09C2; Thu, 27 Oct 2022 04:48:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87C24E09CC for ; Thu, 27 Oct 2022 04:48:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 810D9341030 for ; Thu, 27 Oct 2022 04:48:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A54D86D2 for ; Thu, 27 Oct 2022 04:48:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1666845970.2a601335b109925d2790d8b8ea08773fc01a604c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/slurm/slurm-22.05.3.ebuild X-VCS-Directories: sys-cluster/slurm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2a601335b109925d2790d8b8ea08773fc01a604c X-VCS-Branch: master Date: Thu, 27 Oct 2022 04:48:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca3b0884-3cb3-4754-a127-98b0db224042 X-Archives-Hash: efbb1380760f473a3e03968bfc129c6d commit: 2a601335b109925d2790d8b8ea08773fc01a604c Author: Sam James gentoo org> AuthorDate: Thu Oct 27 04:28:02 2022 +0000 Commit: Sam James gentoo 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 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) \