• [gentoo-dev] [PATCH 2/4] kernel-install.eclass: Revert "Add KV_FULL [..

    From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Wed Oct 26 13:40:02 2022
    Reverts: 55a495ad71b0ce1620488f389baddeebc787ee64
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    ---
    eclass/kernel-install.eclass | 40 +++++++++++++++---------------------
    1 file changed, 17 insertions(+), 23 deletions(-)

    diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass
    index 06260ed61f23..dc77cb514b1a 100644
    --- a/eclass/kernel-install.eclass
    +++ b/eclass/kernel-install.eclass
    @@ -14,13 +14,20 @@
    # kinds of Distribution Kernel packages, including both kernels built
    # from source and distributed as binaries. The eclass relies on the
    # ebuild installing a subset of built kernel tree into
    -# /usr/src/linux-${KV_FULL}${KV_LOCALVERSION} containing the kernel
    -# image in its standard location and System.map.
    +# /usr/src/linux-${PV} containing the kernel image in its standard
    +# location and System.map.
    #
    # The eclass exports src_test, pkg_postinst and pkg_postrm.
    # Additionally, the inherited mount-boot eclass exports pkg_pretend.
    # It also stubs out pkg_preinst and pkg_prerm defined by mount-boot.

    +# @ECLASS_VARIABLE: KV_LOCALVERSION
    +# @DEFAULT_UNSET