From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 891F713835C for ; Wed, 16 Dec 2020 02:06:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35649E0894; Wed, 16 Dec 2020 02:06:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F2FCE0894 for ; Wed, 16 Dec 2020 02:06:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42072340E85 for ; Wed, 16 Dec 2020 02:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9366FCB for ; Wed, 16 Dec 2020 02:06:10 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1608084363.ecd46c1f30eedbbeb37e65022dae282aeeeb87ad.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/postgres-multi.eclass X-VCS-Directories: eclass/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ecd46c1f30eedbbeb37e65022dae282aeeeb87ad X-VCS-Branch: master Date: Wed, 16 Dec 2020 02:06:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6f562c5-cc7b-47f7-b730-31b71adfd2ec X-Archives-Hash: 63a90303a5f4102ec9fa99871262174a commit: ecd46c1f30eedbbeb37e65022dae282aeeeb87ad Author: Aaron Bauman gentoo org> AuthorDate: Wed Dec 16 01:49:42 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 16 02:06:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd46c1f eclass/postgres-multi: fixup documentation Signed-off-by: Aaron Bauman gentoo.org> eclass/postgres-multi.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass index 49d5c6a9c68..76916932042 100644 --- a/eclass/postgres-multi.eclass +++ b/eclass/postgres-multi.eclass @@ -8,7 +8,8 @@ EXPORT_FUNCTIONS pkg_setup src_prepare src_compile src_install src_test # @ECLASS: postgres-multi.eclass # @MAINTAINER: # PostgreSQL -# @AUTHOR: Aaron W. Swenson +# @AUTHOR: +# Aaron W. Swenson # @SUPPORTED_EAPIS: 5 6 7 # @BLURB: An eclass to build PostgreSQL-related packages against multiple slots # @DESCRIPTION: