commit: 7abcd95126ff4da8684953573eec02e2c71059cb Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Wed Jun 12 16:35:30 2024 +0000 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org> CommitDate: Wed Jun 12 16:36:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abcd951
postgres-multi.eclass: Fix annotations Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> eclass/postgres-multi.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass index 52ca83b9126f..92299b8cf34c 100644 --- a/eclass/postgres-multi.eclass +++ b/eclass/postgres-multi.eclass @@ -6,7 +6,7 @@ # PostgreSQL <[email protected]> # @AUTHOR: # Aaron W. Swenson <[email protected]> -# @SUPPORTED_EAPIS: 7 +# @SUPPORTED_EAPIS: 7 8 # @PROVIDES: multibuild postgres # @BLURB: An eclass to build PostgreSQL-related packages against multiple slots # @DESCRIPTION:
