diff options
| author | Ulrich Müller <ulm@gentoo.org> | 2022-03-18 21:29:29 +0100 |
|---|---|---|
| committer | Ulrich Müller <ulm@gentoo.org> | 2022-03-24 04:58:34 +0100 |
| commit | d7317785d04e7de172de3bff05852fca3cd15af2 (patch) | |
| tree | 39f2e24069d903cc05c898c695d9a703fcaf5ca9 /eclass/postgres-multi.eclass | |
| parent | 851ab2624845d5c0f1a89ba2a0c87b3613f5f287 (diff) | |
| download | gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.gz gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.bz2 gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.zip | |
*.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE
Bug: https://bugs.gentoo.org/835396
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/postgres-multi.eclass')
| -rw-r--r-- | eclass/postgres-multi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass index 5e37a7d0b471..c73f33c71b49 100644 --- a/eclass/postgres-multi.eclass +++ b/eclass/postgres-multi.eclass @@ -25,7 +25,7 @@ case ${EAPI:-0} in esac -# @ECLASS-VARIABLE: POSTGRES_COMPAT +# @ECLASS_VARIABLE: POSTGRES_COMPAT # @PRE_INHERIT # @REQUIRED # @DESCRIPTION: @@ -40,7 +40,7 @@ if ! declare -p POSTGRES_COMPAT &>/dev/null; then die 'Required variable POSTGRES_COMPAT not declared.' fi -# @ECLASS-VARIABLE: _POSTGRES_INTERSECT_SLOTS +# @ECLASS_VARIABLE: _POSTGRES_INTERSECT_SLOTS # @INTERNAL # @DESCRIPTION: # A Bash array containing the intersect of POSTGRES_TARGETS and |
