• [gentoo-dev] [PATCH] apache-2.eclass: remove eend with no ebegin

    From Thomas Bracht Laumann Jespersen@21:1/5 to All on Fri Apr 29 15:00:01 2022
    Found by scanning for eclasses with 'eend' but no occurrences of
    'ebegin'. The following QA notice was also generated when installing www-servers/apache:

    * QA Notice: eend called without preceding ebegin (phase: install)

    Fix by just removing the line.

    Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
    ---
    eclass/apache-2.eclass | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
    index 2197b3d84cd..f59030f926f 100644
    --- a/eclass/apache-2.eclass
    +++ b/eclass/apache-2.eclass
    @@ -650,7 +650,6 @@ apache-2_src_install() {
    mv -f "${ED%/}/var/www/localhost/icons" \
    "${ED%/}/usr/share/apache2/icons" || die
    rm -rf "${ED%/}/var/www/localhost/" || die
    - eend $?

    # set some sane permissions for suexec
    if use suexec ; then
    --
    2.35.1

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