Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 02:04:28
Message-Id: 1617156167.10426a3a32e924a47d0c2a0f341b37ad0756c54b.sam@gentoo
1 commit: 10426a3a32e924a47d0c2a0f341b37ad0756c54b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 00:39:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 02:02:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10426a3a
7
8 postgres.eclass: mark POSTGRES_COMPAT, POSTGRES_USEDEP as @PRE_INHERIT
9
10 Clearly stated as such in @DESCRIPTION.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 eclass/postgres.eclass | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass
18 index 2e2ac85ead6..bcd7e0adebe 100644
19 --- a/eclass/postgres.eclass
20 +++ b/eclass/postgres.eclass
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 inherit user
27 @@ -32,6 +32,7 @@ _POSTGRES_ALL_VERSIONS=( 9999 13 12 11 10 9.6 9.5 9.4 9.3 9.2 )
28
29
30 # @ECLASS-VARIABLE: POSTGRES_COMPAT
31 +# @PRE_INHERIT
32 # @DEFAULT_UNSET
33 # @DESCRIPTION:
34 # A Bash array containing a list of compatible PostgreSQL slots as
35 @@ -49,6 +50,7 @@ _POSTGRES_ALL_VERSIONS=( 9999 13 12 11 10 9.6 9.5 9.4 9.3 9.2 )
36 POSTGRES_DEP="dev-db/postgresql:="
37
38 # @ECLASS-VARIABLE: POSTGRES_USEDEP
39 +# @PRE_INHERIT
40 # @DEFAULT_UNSET
41 # @DESCRIPTION:
42 # Add the 2-Style and/or 4-Style use dependencies without brackets to be used