From 1196eb4cf15db7d2cc4c6f4f7e7c680a8a53041a Mon Sep 17 00:00:00 2001 From: Thomas Bracht Laumann Jespersen Date: Fri, 29 Apr 2022 14:54:29 +0200 Subject: [PATCH] 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 Signed-off-by: Lars Wendler --- eclass/apache-2.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 2197b3d84cd82..f59030f926f5e 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