Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 19 Feb 2020 00:46:54
Message-Id: 1582073151.9e50ba954a0711be820dd3e2f998b99424e3e7e5.titanofold@gentoo
1 commit: 9e50ba954a0711be820dd3e2f998b99424e3e7e5
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 19 00:45:51 2020 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 19 00:45:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e50ba95
7
8 eclass/postgres{,-multi}.eclass: Note EAPI7 support
9
10 Forgot comment noting EAPI7 support
11
12 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
13
14 eclass/postgres-multi.eclass | 2 +-
15 eclass/postgres.eclass | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass
19 index 21e2f2e0f02..49d5c6a9c68 100644
20 --- a/eclass/postgres-multi.eclass
21 +++ b/eclass/postgres-multi.eclass
22 @@ -9,7 +9,7 @@ EXPORT_FUNCTIONS pkg_setup src_prepare src_compile src_install src_test
23 # @MAINTAINER:
24 # PostgreSQL <pgsql-bugs@g.o>
25 # @AUTHOR: Aaron W. Swenson <titanofold@g.o>
26 -# @SUPPORTED_EAPIS: 5 6
27 +# @SUPPORTED_EAPIS: 5 6 7
28 # @BLURB: An eclass to build PostgreSQL-related packages against multiple slots
29 # @DESCRIPTION:
30 # postgres-multi enables ebuilds, particularly PostgreSQL extensions, to
31
32 diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass
33 index d0f004263d7..fd12245bb46 100644
34 --- a/eclass/postgres.eclass
35 +++ b/eclass/postgres.eclass
36 @@ -8,7 +8,7 @@ EXPORT_FUNCTIONS pkg_setup
37 # @MAINTAINER:
38 # PostgreSQL <pgsql-bugs@g.o>
39 # @AUTHOR: Aaron W. Swenson <titanofold@g.o>
40 -# @SUPPORTED_EAPIS: 5 6
41 +# @SUPPORTED_EAPIS: 5 6 7
42 # @BLURB: An eclass for PostgreSQL-related packages
43 # @DESCRIPTION:
44 # This eclass provides common utility functions that many