commit: b9b96e646256e3d661994b795efd6360ecf0e187 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 25 13:41:00 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 25 13:41:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b96e64
depend.apache.eclass: fix eclass maintainer (apache-devs -> apache-bugs) Closes: https://bugs.gentoo.org/598226 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/depend.apache.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index 5aa55254268..a6ce217687b 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: depend.apache.eclass # @MAINTAINER: -# [email protected] +# [email protected] # @SUPPORTED_EAPIS: 0 2 3 4 5 6 7 # @BLURB: Functions to allow ebuilds to depend on apache # @DESCRIPTION:
