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 E6650158009 for ; Tue, 27 Jun 2023 15:22:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7CF6E0848; Tue, 27 Jun 2023 15:22:57 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD632E0848 for ; Tue, 27 Jun 2023 15:22:57 +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 0032D335D06 for ; Tue, 27 Jun 2023 15:22:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4833C7C6 for ; Tue, 27 Jun 2023 15:22:55 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1687879345.6535a5f9c81b2280ccd4fdf2977bcda774cc1146.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/iwd/iwd-2.3.ebuild net-wireless/iwd/iwd-2.4.ebuild net-wireless/iwd/iwd-2.5.ebuild net-wireless/iwd/iwd-2.6.ebuild net-wireless/iwd/iwd-9999.ebuild X-VCS-Directories: net-wireless/iwd/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 6535a5f9c81b2280ccd4fdf2977bcda774cc1146 X-VCS-Branch: master Date: Tue, 27 Jun 2023 15:22:55 +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: e8a37b02-472b-4d98-99db-8194393e6715 X-Archives-Hash: a43368f51218b31ae6d4f02ff6de306e commit: 6535a5f9c81b2280ccd4fdf2977bcda774cc1146 Author: Ben Kohler gentoo org> AuthorDate: Tue Jun 27 15:21:25 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Jun 27 15:22:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6535a5f9 net-wireless/iwd: don't default-enable crda flag anymore This is a relic from the very early days of kernel regdom support, we don't need to be using crda by default anymore. Signed-off-by: Ben Kohler gentoo.org> net-wireless/iwd/iwd-2.3.ebuild | 2 +- net-wireless/iwd/iwd-2.4.ebuild | 2 +- net-wireless/iwd/iwd-2.5.ebuild | 2 +- net-wireless/iwd/iwd-2.6.ebuild | 2 +- net-wireless/iwd/iwd-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-wireless/iwd/iwd-2.3.ebuild b/net-wireless/iwd/iwd-2.3.ebuild index fbac77bd94b5..feffe972d80d 100644 --- a/net-wireless/iwd/iwd-2.3.ebuild +++ b/net-wireless/iwd/iwd-2.3.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/" LICENSE="GPL-2" SLOT="0" -IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 +crda +monitor ofono standalone systemd wired" +IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 crda +monitor ofono standalone systemd wired" DEPEND=" sys-apps/dbus diff --git a/net-wireless/iwd/iwd-2.4.ebuild b/net-wireless/iwd/iwd-2.4.ebuild index 3c2952fd1977..4fc60b198471 100644 --- a/net-wireless/iwd/iwd-2.4.ebuild +++ b/net-wireless/iwd/iwd-2.4.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/" LICENSE="GPL-2" SLOT="0" -IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 +crda +monitor ofono standalone systemd wired" +IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 crda +monitor ofono standalone systemd wired" DEPEND=" sys-apps/dbus diff --git a/net-wireless/iwd/iwd-2.5.ebuild b/net-wireless/iwd/iwd-2.5.ebuild index cc297eec81fb..7eb09f21ce73 100644 --- a/net-wireless/iwd/iwd-2.5.ebuild +++ b/net-wireless/iwd/iwd-2.5.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/" LICENSE="GPL-2" SLOT="0" -IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 +crda +monitor ofono standalone systemd wired" +IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 crda +monitor ofono standalone systemd wired" DEPEND=" sys-apps/dbus diff --git a/net-wireless/iwd/iwd-2.6.ebuild b/net-wireless/iwd/iwd-2.6.ebuild index cc297eec81fb..7eb09f21ce73 100644 --- a/net-wireless/iwd/iwd-2.6.ebuild +++ b/net-wireless/iwd/iwd-2.6.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/" LICENSE="GPL-2" SLOT="0" -IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 +crda +monitor ofono standalone systemd wired" +IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 crda +monitor ofono standalone systemd wired" DEPEND=" sys-apps/dbus diff --git a/net-wireless/iwd/iwd-9999.ebuild b/net-wireless/iwd/iwd-9999.ebuild index 8f535b9989b6..2b56e4c17699 100644 --- a/net-wireless/iwd/iwd-9999.ebuild +++ b/net-wireless/iwd/iwd-9999.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/" LICENSE="GPL-2" SLOT="0" -IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 +crda +monitor ofono standalone systemd wired" +IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 crda +monitor ofono standalone systemd wired" DEPEND=" sys-apps/dbus