commit: 10426a3a32e924a47d0c2a0f341b37ad0756c54b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 31 00:39:26 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 02:02:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10426a3a
postgres.eclass: mark POSTGRES_COMPAT, POSTGRES_USEDEP as @PRE_INHERIT Clearly stated as such in @DESCRIPTION. Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/postgres.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index 2e2ac85ead6..bcd7e0adebe 100644 --- a/eclass/postgres.eclass +++ b/eclass/postgres.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 inherit user @@ -32,6 +32,7 @@ _POSTGRES_ALL_VERSIONS=( 9999 13 12 11 10 9.6 9.5 9.4 9.3 9.2 ) # @ECLASS-VARIABLE: POSTGRES_COMPAT +# @PRE_INHERIT # @DEFAULT_UNSET # @DESCRIPTION: # A Bash array containing a list of compatible PostgreSQL slots as @@ -49,6 +50,7 @@ _POSTGRES_ALL_VERSIONS=( 9999 13 12 11 10 9.6 9.5 9.4 9.3 9.2 ) POSTGRES_DEP="dev-db/postgresql:=" # @ECLASS-VARIABLE: POSTGRES_USEDEP +# @PRE_INHERIT # @DEFAULT_UNSET # @DESCRIPTION: # Add the 2-Style and/or 4-Style use dependencies without brackets to be used
