From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB82B13835B for ; Thu, 21 May 2020 14:30:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D89FCE09D6; Thu, 21 May 2020 14:30:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5790E09D6 for ; Thu, 21 May 2020 14:30:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9827034F7E3 for ; Thu, 21 May 2020 14:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D90191F5 for ; Thu, 21 May 2020 14:30:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1590071418.3545aad5ca1d057a5ece3e76045c3f614350666b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/, profiles/arch/x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.force profiles/arch/x86/package.use.force profiles/base/package.use.force X-VCS-Directories: profiles/base/ profiles/arch/amd64/ profiles/arch/x86/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3545aad5ca1d057a5ece3e76045c3f614350666b X-VCS-Branch: master Date: Thu, 21 May 2020 14:30:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d030e07-976f-4326-a88b-b480a7822881 X-Archives-Hash: dc8fdb873377bcf519a6b4eedbbc6294 commit: 3545aad5ca1d057a5ece3e76045c3f614350666b Author: Michał Górny gentoo org> AuthorDate: Thu May 21 14:23:00 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 21 14:30:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3545aad5 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 gentoo.org> profiles/arch/amd64/package.use.force | 7 ++++++- profiles/arch/x86/package.use.force | 7 ++++++- 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 (2017-12-30) +# We have ready-to-use configs here. +sys-kernel/gentoo-kernel -savedconfig +sys-kernel/vanilla-kernel -savedconfig + # Luke Dashjr (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 (2017-12-30) +# We have ready-to-use configs here. +sys-kernel/gentoo-kernel -savedconfig +sys-kernel/vanilla-kernel -savedconfig + # Luke Dashjr (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 (2017-12-30) +# Require user configs unless we supply our own .config. +sys-kernel/gentoo-kernel savedconfig +sys-kernel/vanilla-kernel savedconfig + # Alfredo Tupone (2020-04-06) # USE=ada is mandatory to build a gnat compiler sys-devel/gnat-gpl ada