Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_h2/
Date: Tue, 06 Jul 2021 23:50:53
Message-Id: 1625615444.a71f86c43ee1b4b6cfd9e49df0b1dc13f45b1b3e.candrews@gentoo
1 commit: a71f86c43ee1b4b6cfd9e49df0b1dc13f45b1b3e
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 23:50:21 2021 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 23:50:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71f86c4
7
8 www-apache/mod_h2: use apache2ctl instead of apachectl
9
10 Closes: https://bugs.gentoo.org/800908
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 www-apache/mod_h2/mod_h2-1.15.21.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/www-apache/mod_h2/mod_h2-1.15.21.ebuild b/www-apache/mod_h2/mod_h2-1.15.21.ebuild
18 index 9d7e1b600b1..6810ef8cd25 100644
19 --- a/www-apache/mod_h2/mod_h2-1.15.21.ebuild
20 +++ b/www-apache/mod_h2/mod_h2-1.15.21.ebuild
21 @@ -33,6 +33,7 @@ need_apache2_4
22
23 src_prepare() {
24 default
25 + sed -i -e 's#SBINDIR/apachectl#SBINDIR/apache2ctl#' configure.ac || die # https://github.com/icing/mod_h2/issues/218
26 eautoreconf
27 }