profiles: Force sys-kernel/*-kernel[savedconfig] on non-x86
authorMichał Górny <mgorny@gentoo.org>
Thu, 21 May 2020 14:23:00 +0000 (16:23 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 21 May 2020 14:30:18 +0000 (16:30 +0200)
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>
profiles/arch/amd64/package.use.force
profiles/arch/x86/package.use.force
profiles/base/package.use.force

index 9af2e4978197b113229527a0fe425933f84566cc..f678b290910dd3a12a058ef4cf60692311698938 100644 (file)
@@ -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
index 1b862d289ccd5c7bb834b5d96f5ba8a8e4986451..1117471392cf3ddd238836e68273b14e0b73f776 100644 (file)
@@ -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
index a9612f0c2bc58657fcbcdcfb91656447fba1a6a6..dcf6d45e20c0a7a14df757178cce4bc726a397e7 100644 (file)
@@ -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