diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2020-02-18 19:45:51 -0500 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2020-02-18 19:45:51 -0500 |
commit | 9e50ba954a0711be820dd3e2f998b99424e3e7e5 (patch) | |
tree | d6e837b4bbda4d3bb9b4116092cbdd30ca03bd81 /eclass/postgres.eclass | |
parent | eclass/postgres{,multi}.eclass: Allow EAPI7 (diff) | |
download | gentoo-9e50ba954a0711be820dd3e2f998b99424e3e7e5.tar.gz gentoo-9e50ba954a0711be820dd3e2f998b99424e3e7e5.tar.bz2 gentoo-9e50ba954a0711be820dd3e2f998b99424e3e7e5.zip |
eclass/postgres{,-multi}.eclass: Note EAPI7 support
Forgot comment noting EAPI7 support
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'eclass/postgres.eclass')
-rw-r--r-- | eclass/postgres.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index d0f004263d7b..fd12245bb460 100644 --- a/eclass/postgres.eclass +++ b/eclass/postgres.eclass @@ -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 |