Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH] linux-mod.eclass: IUSE default support for MODULES_OPTIONAL_USE
Date: Sun, 14 Jan 2018 23:53:15
Message-Id: robbat2-20180114T234941-135666777Z@orbis-terrarum.net
1 TL;DR: add IUSE default support for MODULES_OPTIONAL_USE, off unless
2 variable explicitly set by ebuild.
3
4 Bug 635720 has proposed dropping this from profiles:
5 USE="${USE} modules"
6
7 In order to break packages less, all of the linux-mod consumers for
8 USE=modules need to get an IUSE default for USE=modules.
9
10 Some of them had already implemented it in the ebuild, but this patch
11 adds consistent support in the eclass, and the followup patch fixes all
12 existing consumers in the tree.
13
14 --
15 Robin Hugh Johnson
16 Gentoo Linux: Dev, Infra Lead, Foundation Treasurer
17 E-Mail : robbat2@g.o
18 GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
19 GnuPG FP : 7D0B3CEB E9B85B1F 825BCECF EE05E6F6 A48F6136

Attachments

File name MIME type
linux-mod-MODULES_OPTIONAL_USE_IUSE_DEFAULT.patch text/x-diff
linux-mod-MODULES_OPTIONAL_USE_IUSE_DEFAULT-consumers.patch text/x-diff
signature.asc application/pgp-signature

Replies