commit: 90b76b79cfd6c8b4e5b857c6c16ad44262d69c19 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Dec 26 08:42:03 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Dec 27 06:56:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b76b79
eclass/apache-2.eclass: update maintainer Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> eclass/apache-2.eclass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 71fcb5428699..3fb1b52f4b96 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -3,8 +3,10 @@ # @ECLASS: apache-2.eclass # @MAINTAINER: +# [email protected] +# @AUTHOR: # [email protected] -# @SUPPORTED_EAPIS: 6 7 +# @SUPPORTED_EAPIS: 7 # @BLURB: Provides a common set of functions for apache-2.x ebuilds # @DESCRIPTION: # This eclass handles apache-2.x ebuild functions such as LoadModule generation @@ -544,7 +546,7 @@ apache-2_src_prepare() { EOF chmod a+x "${T}"/pcre-config || die else - # This package really should upgrade to using pcre's .pc file. + # This package really should upgrade to using pcre's .pc file. cat <<-\EOF > "${T}"/pcre2-config #!/usr/bin/env bash flags=()
