diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:39:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:04 +0200 |
commit | 60a371eefb6975b133a301ae60b58cd754b90239 (patch) | |
tree | f78a019a32d13b52f7eb1b4cd458e840fe14fc90 /eclass/postgres.eclass | |
parent | postgres-multi.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-60a371eefb6975b133a301ae60b58cd754b90239.tar.gz gentoo-60a371eefb6975b133a301ae60b58cd754b90239.tar.bz2 gentoo-60a371eefb6975b133a301ae60b58cd754b90239.zip |
postgres.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/postgres.eclass')
-rw-r--r-- | eclass/postgres.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index 221b53dea4d7..b76604b1af24 100644 --- a/eclass/postgres.eclass +++ b/eclass/postgres.eclass @@ -8,6 +8,7 @@ EXPORT_FUNCTIONS pkg_setup # @MAINTAINER: # PostgreSQL <pgsql-bugs@gentoo.org> # @AUTHOR: Aaron W. Swenson <titanofold@gentoo.org> +# @SUPPORTED_EAPIS: 5 6 # @BLURB: An eclass for PostgreSQL-related packages # @DESCRIPTION: # This eclass provides common utility functions that many |