diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-12-29 09:36:54 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-12-29 09:43:12 +0200 |
commit | 4984d2d8558ec54fd6122a8a40dda1dbbbea38b4 (patch) | |
tree | a519f710fb89153e00798d10860e7266592d3ba9 /eclass | |
parent | games-util/gamemode: drop note about ck-sources (diff) | |
download | gentoo-4984d2d8558ec54fd6122a8a40dda1dbbbea38b4.tar.gz gentoo-4984d2d8558ec54fd6122a8a40dda1dbbbea38b4.tar.bz2 gentoo-4984d2d8558ec54fd6122a8a40dda1dbbbea38b4.zip |
kernel-2.eclass: update K_PREPATCHED description
- include examples that are still present in the repository.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index a5e8c31b4ae8..cad7307dc06f 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 |