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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5777B158086 for ; Tue, 4 Jan 2022 10:24:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D91FA2BC035; Tue, 4 Jan 2022 10:24:15 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 98C762BC01A for ; Tue, 4 Jan 2022 10:24:11 +0000 (UTC) From: Sam James To: gentoo-dev@lists.gentoo.org Cc: kernel@gentoo.org, Sam James Subject: [gentoo-dev] [PATCH 2/2] linux-info.eclass: drop unnecessary IUSE="kernel_linux" Date: Tue, 4 Jan 2022 10:23:48 +0000 Message-Id: <20220104102348.221452-2-sam@gentoo.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220104102348.221452-1-sam@gentoo.org> References: <20220104102348.221452-1-sam@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: c61f300f-c874-4abb-ac4b-b188a0e7b271 X-Archives-Hash: faf56d299f17dc56372e9c2e71f1be87 It's already an implicit IUSE, so we don't need this. Signed-off-by: Sam James --- eclass/linux-info.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 568f7a1a2832..a0942f0e554c 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: linux-info.eclass @@ -137,8 +137,6 @@ inherit toolchain-funcs EXPORT_FUNCTIONS pkg_setup -IUSE="kernel_linux" - # Bug fixes # fix to bug #75034 case ${ARCH} in -- 2.34.1