commit: 4984d2d8558ec54fd6122a8a40dda1dbbbea38b4 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Tue Dec 29 07:36:54 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Dec 29 07:43:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4984d2d8
kernel-2.eclass: update K_PREPATCHED description - include examples that are still present in the repository. Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> eclass/kernel-2.eclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index a5e8c31b4ae..cad7307dc06 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: kernel-2.eclass @@ -53,10 +53,10 @@ # @ECLASS-VARIABLE: K_PREPATCHED # @DEFAULT_UNSET # @DESCRIPTION: -# if the patchset is prepatched (ie: mm-sources, -# ck-sources, ac-sources) it will use PR (ie: -r5) as -# the patchset version for -# and not use it as a true package revision +# if the patchset is prepatched (ie: pf-sources, +# zen-sources etc) it will use PR (ie: -r5) as the +# patchset version for and not use it as a true package +# revision # @ECLASS-VARIABLE: K_EXTRAEINFO # @DEFAULT_UNSET
