commit: 7bd0c7ab4f3a19017fd5ef01c2fba43a576df2f6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 2 09:20:18 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Sep 4 15:22:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd0c7ab
postgres-multi.eclass: Set @PROVIDES Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/postgres-multi.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass index acaa5077217..5e37a7d0b47 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 <[email protected]> # @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
