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 91CDF1580E0 for ; Fri, 31 Jan 2025 23:30:49 +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 76CA9342FEB for ; Fri, 31 Jan 2025 23:30:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7697E1103B6; Fri, 31 Jan 2025 23:30:48 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 672D51103B6 for ; Fri, 31 Jan 2025 23:30:48 +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 1DD5E342FEB for ; Fri, 31 Jan 2025 23:30:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B6AC11A7 for ; Fri, 31 Jan 2025 23:30:46 +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: <1738366204.5fbf8f2ad18312079251191c4dbd30b71a789adc.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: 5fbf8f2ad18312079251191c4dbd30b71a789adc X-VCS-Branch: master Date: Fri, 31 Jan 2025 23:30:46 +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: 59f9b632-ddd4-47f2-b40f-0c99f6095f81 X-Archives-Hash: 8564b26f5c0bb74b116e8646671d70bb commit: 5fbf8f2ad18312079251191c4dbd30b71a789adc Author: Mike Pagano gentoo org> AuthorDate: Fri Jan 31 23:30:04 2025 +0000 Commit: Mike Pagano gentoo org> CommitDate: Fri Jan 31 23:30:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fbf8f2a sys-cluster/knem: Add MODULES_OPTIONAL_IUSE support Closes: https://bugs.gentoo.org/948891 Signed-off-by: Mike Pagano gentoo.org> sys-cluster/knem/knem-1.1.4_p20250126.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/knem/knem-1.1.4_p20250126.ebuild b/sys-cluster/knem/knem-1.1.4_p20250126.ebuild index 16bcaf8a8a52..bfb8b30b86d2 100644 --- a/sys-cluster/knem/knem-1.1.4_p20250126.ebuild +++ b/sys-cluster/knem/knem-1.1.4_p20250126.ebuild @@ -3,6 +3,7 @@ EAPI="8" +MODULES_OPTIONAL_IUSE=+modules inherit autotools linux-mod-r1 toolchain-funcs udev DESCRIPTION="High-Performance Intra-Node MPI Communication"