diff options
author | 2022-12-26 09:42:03 +0100 | |
---|---|---|
committer | 2022-12-27 07:56:26 +0100 | |
commit | 90b76b79cfd6c8b4e5b857c6c16ad44262d69c19 (patch) | |
tree | b20778f800117e4eeda80518470af8c4d96976b4 | |
parent | dev-ruby/temple: fix test dependency (diff) | |
download | gentoo-90b76b79cfd6c8b4e5b857c6c16ad44262d69c19.tar.gz gentoo-90b76b79cfd6c8b4e5b857c6c16ad44262d69c19.tar.bz2 gentoo-90b76b79cfd6c8b4e5b857c6c16ad44262d69c19.zip |
eclass/apache-2.eclass: update maintainer
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | eclass/apache-2.eclass | 6 |
1 files 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: +# apache-bugs@gentoo.org +# @AUTHOR: # polynomial-c@gentoo.org -# @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=() |