From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5649158B20 for ; Mon, 03 Feb 2025 23:40:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D3311342FB1 for ; Mon, 03 Feb 2025 23:40:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D410F1103B6; Mon, 03 Feb 2025 23:40:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C699B1103B6 for ; Mon, 03 Feb 2025 23:40:39 +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 73682342F8E for ; Mon, 03 Feb 2025 23:40:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D739181E for ; Mon, 03 Feb 2025 23:40:37 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1738626031.178ff56e7b7eb4b10f5345502fd8f0771f6869dd.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/knem/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/knem/knem-1.1.4_p20250126.ebuild X-VCS-Directories: sys-cluster/knem/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 178ff56e7b7eb4b10f5345502fd8f0771f6869dd X-VCS-Branch: master Date: Mon, 03 Feb 2025 23:40:37 +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: d76d6214-8688-49ee-9dd8-144f0fb04af5 X-Archives-Hash: bebba731e21500c118d940a5f1e45d86 commit: 178ff56e7b7eb4b10f5345502fd8f0771f6869dd Author: Mike Pagano gentoo org> AuthorDate: Mon Feb 3 23:39:48 2025 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Feb 3 23:40:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178ff56e sys-cluster/knem: QA clean-ups Signed-off-by: Mike Pagano gentoo.org> sys-cluster/knem/knem-1.1.4_p20250126.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/sys-cluster/knem/knem-1.1.4_p20250126.ebuild b/sys-cluster/knem/knem-1.1.4_p20250126.ebuild index bfb8b30b86d2..cbb30837d19e 100644 --- a/sys-cluster/knem/knem-1.1.4_p20250126.ebuild +++ b/sys-cluster/knem/knem-1.1.4_p20250126.ebuild @@ -46,20 +46,14 @@ src_configure() { } src_compile() { - local modlist=( knem=misc ) + local modlist=( knem=misc:"${S}/driver/linux" ) default - if use modules; then - cd "${S}/driver/linux" - linux-mod-r1_src_compile || die "failed to build driver" - fi + linux-mod-r1_src_compile || die "failed to build driver" } src_install() { default - if use modules; then - cd "${S}/driver/linux" - linux-mod-r1_src_install - fi + linux-mod-r1_src_install # Drop funny unneeded stuff rm "${ED}/usr/sbin/knem_local_install" || die