Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 02:14:54
Message-Id: 1617156530.c1294ad44d5d610f924eded9a7ec2a606c18b93d.sam@gentoo
1 commit: c1294ad44d5d610f924eded9a7ec2a606c18b93d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 02:08:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 02:08:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1294ad4
7
8 postgres-multi.eclass: fix @AUTHOR tag
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/postgres-multi.eclass | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass
16 index 49d5c6a9c68..106f1ee3ead 100644
17 --- a/eclass/postgres-multi.eclass
18 +++ b/eclass/postgres-multi.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 inherit multibuild postgres
25 @@ -8,7 +8,8 @@ EXPORT_FUNCTIONS pkg_setup src_prepare src_compile src_install src_test
26 # @ECLASS: postgres-multi.eclass
27 # @MAINTAINER:
28 # PostgreSQL <pgsql-bugs@g.o>
29 -# @AUTHOR: Aaron W. Swenson <titanofold@g.o>
30 +# @AUTHOR:
31 +# Aaron W. Swenson <titanofold@g.o>
32 # @SUPPORTED_EAPIS: 5 6 7
33 # @BLURB: An eclass to build PostgreSQL-related packages against multiple slots
34 # @DESCRIPTION: