• [gentoo-dev] [PATCH] mount-boot.eclass: support EAPI 8

    From John Helmert III@21:1/5 to All on Sun Dec 12 21:00:03 2021
    Signed-off-by: John Helmert III <ajak@gentoo.org>
    ---
    eclass/mount-boot.eclass | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/eclass/mount-boot.eclass b/eclass/mount-boot.eclass
    index 2b07160231a6..3111d9dcb9b5 100644
    --- a/eclass/mount-boot.eclass
    +++ b/eclass/mount-boot.eclass
    @@ -4,7 +4,7 @@
    # @ECLASS: mount-boot.eclass
    # @MAINTAINER:
    # base-system@gentoo.org
    -# @SUPPORTED_EAPIS: 6 7
    +# @SUPPORTED_EAPIS: 6 7 8
    # @BLURB: functions for packages that install files into /boot
    # @DESCRIPTION:
    # This eclass is really only useful for bootloaders.
    @@ -14,7 +14,7 @@
    # error if it can't. It does nothing if /boot isn't a separate partition.

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

    --
    2.34.1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)