• [gentoo-dev] [PATCH 11/50] gap-pkg.eclass: drop support for EAPI 6

    From David Seifert@21:1/5 to All on Tue Aug 27 17:20:02 2024
    Signed-off-by: David Seifert <soap@gentoo.org>
    ---
    eclass/gap-pkg.eclass | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/eclass/gap-pkg.eclass b/eclass/gap-pkg.eclass
    index e242cc92e8a3..b5a3bd7ab923 100644
    --- a/eclass/gap-pkg.eclass
    +++ b/eclass/gap-pkg.eclass
    @@ -381,7 +381,7 @@ gap-pkg_src_install() {
    # usual "find" command doesn't work here because occasionally we
    # find *.la files in GAP packages that are not libtool archives
    # and should not be deleted.
    - find "${ED%/}$(gap-pkg_dir)/bin" -type f -name '*.la' -delete || die
    + find "${ED}$(gap-pkg_dir)/bin" -type f -name '*.la' -delete || die
    fi
    }

    --
    2.46.0

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