commit: 9e50ba954a0711be820dd3e2f998b99424e3e7e5
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 19 00:45:51 2020 +0000
Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 00:45:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e50ba95
eclass/postgres{,-multi}.eclass: Note EAPI7 support
Forgot comment noting EAPI7 support
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
eclass/postgres-multi.eclass | 2 +-
eclass/postgres.eclass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass
index 21e2f2e0f02..49d5c6a9c68 100644
--- a/eclass/postgres-multi.eclass
+++ b/eclass/postgres-multi.eclass
@@ -9,7 +9,7 @@ EXPORT_FUNCTIONS pkg_setup src_prepare src_compile src_install
src_test
# @MAINTAINER:
# PostgreSQL <[email protected]>
# @AUTHOR: Aaron W. Swenson <[email protected]>
-# @SUPPORTED_EAPIS: 5 6
+# @SUPPORTED_EAPIS: 5 6 7
# @BLURB: An eclass to build PostgreSQL-related packages against multiple slots
# @DESCRIPTION:
# postgres-multi enables ebuilds, particularly PostgreSQL extensions, to
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass
index d0f004263d7..fd12245bb46 100644
--- a/eclass/postgres.eclass
+++ b/eclass/postgres.eclass
@@ -8,7 +8,7 @@ EXPORT_FUNCTIONS pkg_setup
# @MAINTAINER:
# PostgreSQL <[email protected]>
# @AUTHOR: Aaron W. Swenson <[email protected]>
-# @SUPPORTED_EAPIS: 5 6
+# @SUPPORTED_EAPIS: 5 6 7
# @BLURB: An eclass for PostgreSQL-related packages
# @DESCRIPTION:
# This eclass provides common utility functions that many