diff options
-rw-r--r-- | profiles/arch/amd64/package.use.force | 7 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.force | 7 | ||||
-rw-r--r-- | profiles/base/package.use.force | 5 |
3 files changed, 17 insertions, 2 deletions
diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force index 9af2e497819..f678b290910 100644 --- a/profiles/arch/amd64/package.use.force +++ b/profiles/arch/amd64/package.use.force @@ -1,6 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2017-12-30) +# We have ready-to-use configs here. +sys-kernel/gentoo-kernel -savedconfig +sys-kernel/vanilla-kernel -savedconfig + # Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-09-21) # iasl is stable on amd64 sys-firmware/seabios -binary diff --git a/profiles/arch/x86/package.use.force b/profiles/arch/x86/package.use.force index 1b862d289cc..1117471392c 100644 --- a/profiles/arch/x86/package.use.force +++ b/profiles/arch/x86/package.use.force @@ -1,6 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2017-12-30) +# We have ready-to-use configs here. +sys-kernel/gentoo-kernel -savedconfig +sys-kernel/vanilla-kernel -savedconfig + # Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-11-21) # iasl is stable on x86 sys-firmware/seabios -binary diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index a9612f0c2bc..dcf6d45e20c 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2017-12-30) +# Require user configs unless we supply our own .config. +sys-kernel/gentoo-kernel savedconfig +sys-kernel/vanilla-kernel savedconfig + # Alfredo Tupone <tupone@gentoo.org> (2020-04-06) # USE=ada is mandatory to build a gnat compiler sys-devel/gnat-gpl ada |