• [PATCH] cmake-multilib.eclass: Drop cmake-utils support

    From Andreas Sturmlechner@21:1/5 to All on Sun Aug 14 23:59:30 2022
    cmake-utils.eclass was dropped on 2022-08-01 in commit 3e744f5a.

    See also: https://github.com/gentoo/gentoo/pull/26858

    ---
    eclass/cmake-multilib.eclass | 30 ++++++++++--------------------
    1 file changed, 10 insertions(+), 20 deletions(-)

    diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass
    index 61bacd3d60e3..7e4a86d56756 100644
    --- a/eclass/cmake-multilib.eclass
    +++ b/eclass/cmake-multilib.eclass
    @@ -1,4 +1,4 @@
    -# Copyright 1999-2021 Gentoo Authors
    +# Copyright 1999-2022 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    # @ECLASS: cmake-multilib.eclass
    @@ -7,7 +7,7 @@
    # @AUTHOR:
    # Author: Michał Górny <mgorny@gentoo.org>
    # @SUPPORTED_EAPIS: 7 8
    -# @PROVIDES: cmake cmake-utils multilib-minimal
    +# @PROVIDES: cmake multilib-minimal
    # @BLURB: cmake wrapper for multilib builds
    # @DESCRIPTION:
    # The cmake-multilib.eclass provides a glue between cmake.eclass(5)
    @@ -20,31 +20,21 @@
    # in multilib-minimal, yet they ought to call appropriate cmake
    # phase rather than 'default'.

    -[[ ${EAPI} == 7 ]] && : ${CMAKE_ECLASS:=cmake-utils}
    # @EC