summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-31 03:08:50 +0100
committerSam James <sam@gentoo.org>2021-03-31 03:08:50 +0100
commitc1294ad44d5d610f924eded9a7ec2a606c18b93d (patch)
tree0f979587405800aec80e14a3e083eb09dbdc6552 /eclass/postgres-multi.eclass
parentjava-utils-2.eclass: drop non-existent @DESCRIPTION for function (diff)
downloadgentoo-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/postgres-multi.eclass')
-rw-r--r--eclass/postgres-multi.eclass5
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: