From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1442332-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06784158094 for <garchives@archives.gentoo.org>; Sun, 2 Oct 2022 16:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29ED0E08FA; Sun, 2 Oct 2022 16:15:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 134E9E08FA for <gentoo-commits@lists.gentoo.org>; Sun, 2 Oct 2022 16:15:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BDB933BDCC for <gentoo-commits@lists.gentoo.org>; Sun, 2 Oct 2022 16:15:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 935FE523 for <gentoo-commits@lists.gentoo.org>; Sun, 2 Oct 2022 16:15:46 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1664727342.6509199fb5ec004813bf8d19b36c3382e8d2b3c5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/gentoo-kernel/gentoo-kernel-5.19.12.ebuild X-VCS-Directories: sys-kernel/gentoo-kernel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6509199fb5ec004813bf8d19b36c3382e8d2b3c5 X-VCS-Branch: master Date: Sun, 2 Oct 2022 16:15:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 871fbec1-8b16-4216-bb3b-4015f178c0b2 X-Archives-Hash: 30c460681fe70c60b5f7bd84708b40f0 commit: 6509199fb5ec004813bf8d19b36c3382e8d2b3c5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Oct 2 07:48:04 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Oct 2 16:15:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6509199f sys-kernel/gentoo-kernel: Add a 5.19 config bump reminder Bug: https://bugs.gentoo.org/840439 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-kernel/gentoo-kernel/gentoo-kernel-5.19.12.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.19.12.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-5.19.12.ebuild index 70b88ba40c72..063305fd8a71 100644 --- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.19.12.ebuild +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.19.12.ebuild @@ -11,6 +11,7 @@ GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 2 )) # forked to https://github.com/projg2/fedora-kernel-config-for-gentoo CONFIG_VER=5.19.9-gentoo GENTOO_CONFIG_VER=g2 +[[ ${PV} != 5.19.12 ]] && die "Bump config to g3!" DESCRIPTION="Linux kernel built with Gentoo patches" HOMEPAGE="https://www.kernel.org/"