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 49B82158094 for ; Sat, 9 Jul 2022 08:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 764D2E0BBB; Sat, 9 Jul 2022 08:38:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 51678E0BBB for ; Sat, 9 Jul 2022 08:38:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B160340E1F for ; Sat, 9 Jul 2022 08:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ADCE501 for ; Sat, 9 Jul 2022 08:38:04 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1657355878.a5aa10b1fee001e4b9b2ad92de3551406ac57c51.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/slurm/slurm-20.11.0.1-r104.ebuild sys-cluster/slurm/slurm-20.11.0.1-r105.ebuild X-VCS-Directories: sys-cluster/slurm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a5aa10b1fee001e4b9b2ad92de3551406ac57c51 X-VCS-Branch: master Date: Sat, 9 Jul 2022 08:38:04 +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: 9bdc59a1-5933-4476-8f42-9f3158b5d2bd X-Archives-Hash: 0c54f1cdf33cf12eb849f4e32305d754 commit: a5aa10b1fee001e4b9b2ad92de3551406ac57c51 Author: David Seifert gentoo org> AuthorDate: Sat Jul 9 08:37:58 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 9 08:37:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5aa10b1 sys-cluster/slurm: remove dead SRC_PREP variable Signed-off-by: David Seifert gentoo.org> sys-cluster/slurm/slurm-20.11.0.1-r104.ebuild | 4 ++-- sys-cluster/slurm/slurm-20.11.0.1-r105.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/slurm/slurm-20.11.0.1-r104.ebuild b/sys-cluster/slurm/slurm-20.11.0.1-r104.ebuild index a4c90ef8ec66..ffd4361860d3 100644 --- a/sys-cluster/slurm/slurm-20.11.0.1-r104.ebuild +++ b/sys-cluster/slurm/slurm-20.11.0.1-r104.ebuild @@ -157,9 +157,9 @@ src_configure() { touch "${S}/src/api/.libs/libslurm.so" || die touch "${S}/src/db_api/.libs/libslurmdb.so" || die cd "${LIBSLURM_PERL_S}" || die - S="${LIBSLURM_PERL_S}" SRC_PREP="no" perl-module_src_configure + S="${LIBSLURM_PERL_S}" perl-module_src_configure cd "${LIBSLURMDB_PERL_S}" || die - S="${LIBSLURMDB_PERL_S}" SRC_PREP="no" perl-module_src_configure + S="${LIBSLURMDB_PERL_S}" perl-module_src_configure cd "${S}" || die rm -rf "${S}/src/api/.libs" "${S}/src/db_api/.libs" || die fi diff --git a/sys-cluster/slurm/slurm-20.11.0.1-r105.ebuild b/sys-cluster/slurm/slurm-20.11.0.1-r105.ebuild index dd2ad525430a..0445fde0fe39 100644 --- a/sys-cluster/slurm/slurm-20.11.0.1-r105.ebuild +++ b/sys-cluster/slurm/slurm-20.11.0.1-r105.ebuild @@ -156,9 +156,9 @@ src_configure() { touch "${S}/src/api/.libs/libslurm.so" || die touch "${S}/src/db_api/.libs/libslurmdb.so" || die cd "${LIBSLURM_PERL_S}" || die - S="${LIBSLURM_PERL_S}" SRC_PREP="no" perl-module_src_configure + S="${LIBSLURM_PERL_S}" perl-module_src_configure cd "${LIBSLURMDB_PERL_S}" || die - S="${LIBSLURMDB_PERL_S}" SRC_PREP="no" perl-module_src_configure + S="${LIBSLURMDB_PERL_S}" perl-module_src_configure cd "${S}" || die rm -rf "${S}/src/api/.libs" "${S}/src/db_api/.libs" || die fi