diff options
author | Patrick Lauer <patrick@gentoo.org> | 2021-09-30 17:26:34 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2021-09-30 17:33:57 +0000 |
commit | d867c725f1bdbbde1b14ec58f4e7eac48a57e64e (patch) | |
tree | 533969b338e7e457c851bb511074e45b47913744 /eclass | |
parent | profiles/desc/postgres_targets.desc: Add postgres14 (diff) | |
download | gentoo-d867c725f1bdbbde1b14ec58f4e7eac48a57e64e.tar.gz gentoo-d867c725f1bdbbde1b14ec58f4e7eac48a57e64e.tar.bz2 gentoo-d867c725f1bdbbde1b14ec58f4e7eac48a57e64e.zip |
eclass/postgresql.eclass: Support postgres14
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/postgres.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index 7652a8625184..0d7a1aa50f39 100644 --- a/eclass/postgres.eclass +++ b/eclass/postgres.eclass @@ -28,7 +28,7 @@ esac # @DESCRIPTION: # List of versions to reverse sort POSTGRES_COMPAT slots -_POSTGRES_ALL_VERSIONS=( 9999 13 12 11 10 9.6 9.5 9.4 9.3 9.2 ) +_POSTGRES_ALL_VERSIONS=( 9999 14 13 12 11 10 9.6 9.5 9.4 9.3 9.2 ) |