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:02
Message-Id: 1641296933.1c772ee12dd757251168e43cccc4babc5661212c.sam@gentoo
1 commit: 1c772ee12dd757251168e43cccc4babc5661212c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 09:19:13 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 11:48:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c772ee1
7
8 linux-info.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-info.eclass | 4 +---
15 1 file changed, 1 insertion(+), 3 deletions(-)
16
17 diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
18 index 568f7a1a2832..a0942f0e554c 100644
19 --- a/eclass/linux-info.eclass
20 +++ b/eclass/linux-info.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-info.eclass
27 @@ -137,8 +137,6 @@ inherit toolchain-funcs
28
29 EXPORT_FUNCTIONS pkg_setup
30
31 -IUSE="kernel_linux"
32 -
33 # Bug fixes
34 # fix to bug #75034
35 case ${ARCH} in