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/"
