diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 03:08:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 03:08:50 +0100 |
commit | c1294ad44d5d610f924eded9a7ec2a606c18b93d (patch) | |
tree | 0f979587405800aec80e14a3e083eb09dbdc6552 /eclass | |
parent | java-utils-2.eclass: drop non-existent @DESCRIPTION for function (diff) | |
download | gentoo-c1294ad44d5d610f924eded9a7ec2a606c18b93d.tar.gz gentoo-c1294ad44d5d610f924eded9a7ec2a606c18b93d.tar.bz2 gentoo-c1294ad44d5d610f924eded9a7ec2a606c18b93d.zip |
postgres-multi.eclass: fix @AUTHOR tag
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/postgres-multi.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass index 49d5c6a9c684..106f1ee3ead8 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 <pgsql-bugs@gentoo.org> -# @AUTHOR: Aaron W. Swenson <titanofold@gentoo.org> +# @AUTHOR: +# Aaron W. Swenson <titanofold@gentoo.org> # @SUPPORTED_EAPIS: 5 6 7 # @BLURB: An eclass to build PostgreSQL-related packages against multiple slots # @DESCRIPTION: |