Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 02 May 2022 09:10:46
Message-Id: 1651482638.1196eb4cf15db7d2cc4c6f4f7e7c680a8a53041a.polynomial-c@gentoo
1 commit: 1196eb4cf15db7d2cc4c6f4f7e7c680a8a53041a
2 Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
3 AuthorDate: Fri Apr 29 12:54:29 2022 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 09:10:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1196eb4c
7
8 apache-2.eclass: remove eend with no ebegin
9
10 Found by scanning for eclasses with 'eend' but no occurrences of
11 'ebegin'. The following QA notice was also generated when installing
12 www-servers/apache:
13
14 * QA Notice: eend called without preceding ebegin (phase: install)
15
16 Fix by just removing the line.
17
18 Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
19 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
20
21 eclass/apache-2.eclass | 1 -
22 1 file changed, 1 deletion(-)
23
24 diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
25 index 2197b3d84cd8..f59030f926f5 100644
26 --- a/eclass/apache-2.eclass
27 +++ b/eclass/apache-2.eclass
28 @@ -650,7 +650,6 @@ apache-2_src_install() {
29 mv -f "${ED%/}/var/www/localhost/icons" \
30 "${ED%/}/usr/share/apache2/icons" || die
31 rm -rf "${ED%/}/var/www/localhost/" || die
32 - eend $?
33
34 # set some sane permissions for suexec
35 if use suexec ; then