• [gentoo-dev] [PATCH] llvm.eclass: enable EAPI 8

    From Stephan Hartmann@21:1/5 to All on Sun Jan 30 21:10:01 2022
    Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
    ---
    eclass/llvm.eclass | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
    index 359f3a669d0..fbfd64b88be 100644
    --- a/eclass/llvm.eclass
    +++ b/eclass/llvm.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: llvm.eclass
    @@ -6,7 +6,7 @@
    # Michał Górny <mgorny@gentoo.org>
    # @AUTHOR:
    # Michał Górny <mgorny@gentoo.org>
    -# @SUPPORTED_EAPIS: 6 7
    +# @SUPPORTED_EAPIS: 6 7 8
    # @BLURB: Utility functions to build against slotted LLVM
    # @DESCRIPTION:
    # The llvm.eclass provides utility functions that can be used to build
    @@ -60,7 +60,7 @@ case "${EAPI:-0}" in
    0|1|2|3|4|5)
    die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
    ;;
    - 6|7)
    + 6|7|8)
    ;;
    *)
    die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
    --
    2.34.1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gatewa