• [gentoo-dev] [PATCH 1/1] sgml-catalog-r1.eclass: add EAPI 8 support

    From =?UTF-8?q?Petr=20Van=C4=9Bk?=@21:1/5 to All on Wed Jul 2 13:00:01 2025
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
    ---
    eclass/sgml-catalog-r1.eclass | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    diff --git a/eclass/sgml-catalog-r1.eclass b/eclass/sgml-catalog-r1.eclass index eff6db31062f..4b4d5334670b 100644
    --- a/eclass/sgml-catalog-r1.eclass
    +++ b/eclass/sgml-catalog-r1.eclass
    @@ -1,4 +1,4 @@
    -# Copyright 2019-2023 Gentoo Authors
    +# Copyright 2019-2025 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    # @ECLASS: sgml-catalog-r1.eclass
    @@ -6,14 +6,14 @@
    # Michał Górny <mgorny@gentoo.org>
    # @AUTHOR:
    # Michał Górny <mgorny@gentoo.org>
    -# @SUPPORTED_EAPIS: 7
    +# @SUPPORTED_EAPIS: 7 8
    # @BLURB: Functions for installing SGML catalogs
    # @DESCRIPTION:
    # This eclass regenerates /etc/sgml/catalog as necessary for the DocBook
    # tooling. This is done via exported pkg_postinst and pkg_postrm phases.

    case ${EAPI} in
    - 7) ;;
    + 7|8) ;;
    *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
    esac

    --
    2.49.0

    --- SoupGate-Win32 v1.05
    * Orig