commit: c1294ad44d5d610f924eded9a7ec2a606c18b93d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 31 02:08:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 02:08:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1294ad4
postgres-multi.eclass: fix @AUTHOR tag Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/postgres-multi.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass index 49d5c6a9c68..106f1ee3ead 100644 --- a/eclass/postgres-multi.eclass +++ b/eclass/postgres-multi.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 inherit multibuild postgres @@ -8,7 +8,8 @@ EXPORT_FUNCTIONS pkg_setup src_prepare src_compile src_install src_test # @ECLASS: postgres-multi.eclass # @MAINTAINER: # PostgreSQL <[email protected]> -# @AUTHOR: Aaron W. Swenson <[email protected]> +# @AUTHOR: +# Aaron W. Swenson <[email protected]> # @SUPPORTED_EAPIS: 5 6 7 # @BLURB: An eclass to build PostgreSQL-related packages against multiple slots # @DESCRIPTION:
