commit:     1196eb4cf15db7d2cc4c6f4f7e7c680a8a53041a
Author:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Fri Apr 29 12:54:29 2022 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon May  2 09:10:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1196eb4c

apache-2.eclass: remove eend with no ebegin

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 <AT> laumann.xyz>
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 eclass/apache-2.eclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index 2197b3d84cd8..f59030f926f5 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

Reply via email to