eclass/postgres{,-multi}.eclass: Note EAPI7 support
authorAaron W. Swenson <titanofold@gentoo.org>
Wed, 19 Feb 2020 00:45:51 +0000 (19:45 -0500)
committerAaron W. Swenson <titanofold@gentoo.org>
Wed, 19 Feb 2020 00:45:51 +0000 (19:45 -0500)
Forgot comment noting EAPI7 support

Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
eclass/postgres-multi.eclass
eclass/postgres.eclass

index 21e2f2e0f02f563708b436e13f19491a98e661e1..49d5c6a9c6845b3190c1491d8be3698229beeec5 100644 (file)
@@ -9,7 +9,7 @@ EXPORT_FUNCTIONS pkg_setup src_prepare src_compile src_install src_test
 # @MAINTAINER:
 # PostgreSQL <pgsql-bugs@gentoo.org>
 # @AUTHOR: Aaron W. Swenson <titanofold@gentoo.org>
-# @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
index d0f004263d7b1d812091d2d058e3b34385c5e80c..fd12245bb4601bf8e8327ec15d28b3822b719eef 100644 (file)
@@ -8,7 +8,7 @@ EXPORT_FUNCTIONS pkg_setup
 # @MAINTAINER:
 # PostgreSQL <pgsql-bugs@gentoo.org>
 # @AUTHOR: Aaron W. Swenson <titanofold@gentoo.org>
-# @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