Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 04 Jan 2022 11:49:01
Message-Id: 1641296932.6222b8b81a93241513a5c703b9450876e7bc458f.sam@gentoo
1 commit: 6222b8b81a93241513a5c703b9450876e7bc458f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 09:18:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 11:48:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6222b8b8
7
8 linux-mod.eclass: drop unnecessary IUSE="kernel_linux"
9
10 It's already an implicit IUSE, so we don't need this.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 eclass/linux-mod.eclass | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
18 index 9f4ae64f6b55..496b9c98b526 100644
19 --- a/eclass/linux-mod.eclass
20 +++ b/eclass/linux-mod.eclass
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 # @ECLASS: linux-mod.eclass
27 @@ -170,7 +170,7 @@ esac
28 0) die "EAPI=${EAPI} is not supported with MODULES_OPTIONAL_USE_IUSE_DEFAULT due to lack of IUSE defaults" ;;
29 esac
30
31 -IUSE="kernel_linux dist-kernel
32 +IUSE="dist-kernel
33 ${MODULES_OPTIONAL_USE:+${_modules_optional_use_iuse_default}}${MODULES_OPTIONAL_USE}"
34 SLOT="0"
35 RDEPEND="