diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-02 11:20:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-04 17:22:21 +0200 |
commit | 7bd0c7ab4f3a19017fd5ef01c2fba43a576df2f6 (patch) | |
tree | f6b381d1f29cfefe6f2391e11466d78b8b198035 /eclass/postgres-multi.eclass | |
parent | games-action/abuse: Version bump to 0.9.0, EAPI 8 (diff) | |
download | gentoo-7bd0c7ab4f3a19017fd5ef01c2fba43a576df2f6.tar.gz gentoo-7bd0c7ab4f3a19017fd5ef01c2fba43a576df2f6.tar.bz2 gentoo-7bd0c7ab4f3a19017fd5ef01c2fba43a576df2f6.zip |
postgres-multi.eclass: Set @PROVIDES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/postgres-multi.eclass')
-rw-r--r-- | eclass/postgres-multi.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass index acaa5077217f..5e37a7d0b471 100644 --- a/eclass/postgres-multi.eclass +++ b/eclass/postgres-multi.eclass @@ -11,6 +11,7 @@ EXPORT_FUNCTIONS pkg_setup src_prepare src_compile src_install src_test # @AUTHOR: # Aaron W. Swenson <titanofold@gentoo.org> # @SUPPORTED_EAPIS: 5 6 7 +# @PROVIDES: multibuild postgres # @BLURB: An eclass to build PostgreSQL-related packages against multiple slots # @DESCRIPTION: # postgres-multi enables ebuilds, particularly PostgreSQL extensions, to |