From 6509199fb5ec004813bf8d19b36c3382e8d2b3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 2 Oct 2022 09:48:04 +0200 Subject: [PATCH] sys-kernel/gentoo-kernel: Add a 5.19 config bump reminder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/840439 Signed-off-by: Michał Górny --- 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 70b88ba40c72a..063305fd8a718 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/"