commit: a71f86c43ee1b4b6cfd9e49df0b1dc13f45b1b3e Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Tue Jul 6 23:50:21 2021 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Tue Jul 6 23:50:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71f86c4
www-apache/mod_h2: use apache2ctl instead of apachectl Closes: https://bugs.gentoo.org/800908 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> www-apache/mod_h2/mod_h2-1.15.21.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-apache/mod_h2/mod_h2-1.15.21.ebuild b/www-apache/mod_h2/mod_h2-1.15.21.ebuild index 9d7e1b600b1..6810ef8cd25 100644 --- a/www-apache/mod_h2/mod_h2-1.15.21.ebuild +++ b/www-apache/mod_h2/mod_h2-1.15.21.ebuild @@ -33,6 +33,7 @@ need_apache2_4 src_prepare() { default + sed -i -e 's#SBINDIR/apachectl#SBINDIR/apache2ctl#' configure.ac || die # https://github.com/icing/mod_h2/issues/218 eautoreconf }
