diff options
author | 2020-05-21 16:23:00 +0200 | |
---|---|---|
committer | 2020-05-21 16:30:18 +0200 | |
commit | 3545aad5ca1d057a5ece3e76045c3f614350666b (patch) | |
tree | 4214263b707cbb24875ad9ecfc938b257ddb980e /profiles/arch/x86/package.use.force | |
parent | net-misc/freerdp: update tarballs (diff) | |
download | gentoo-3545aad5ca1d057a5ece3e76045c3f614350666b.tar.gz gentoo-3545aad5ca1d057a5ece3e76045c3f614350666b.tar.bz2 gentoo-3545aad5ca1d057a5ece3e76045c3f614350666b.zip |
profiles: Force sys-kernel/*-kernel[savedconfig] on non-x86
Force savedconfig on kernel packages on all arches except these that
have preconfigured .config supplied. This will permit us to extend
the packages into more arches without having to provide .config,
including arm where this would be non-trivial.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/arch/x86/package.use.force')
-rw-r--r-- | profiles/arch/x86/package.use.force | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/arch/x86/package.use.force b/profiles/arch/x86/package.use.force index 1b862d289ccd..1117471392cf 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 |