diff options
| author | Patrick Lauer <patrick@gentoo.org> | 2025-09-25 14:27:57 +0200 |
|---|---|---|
| committer | Patrick Lauer <patrick@gentoo.org> | 2025-09-25 15:37:18 +0200 |
| commit | 353510734c67cdfc622d69823459d7c0e0c8c6ef (patch) | |
| tree | 07aee9ed1131feca83a6f37950f944830e7bbad5 /eclass/postgres.eclass | |
| parent | 7d30725246352824ddff832324ddcd3ceb44ade3 (diff) | |
| download | gentoo-353510734c67cdfc622d69823459d7c0e0c8c6ef.tar.gz gentoo-353510734c67cdfc622d69823459d7c0e0c8c6ef.tar.bz2 gentoo-353510734c67cdfc622d69823459d7c0e0c8c6ef.zip | |
postgres.eclass: Add support for postgres 18
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'eclass/postgres.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 d743c5d0d165..6f322f5b7573 100644 --- a/eclass/postgres.eclass +++ b/eclass/postgres.eclass @@ -27,7 +27,7 @@ _POSTGRES_ECLASS=1 # @DESCRIPTION: # List of versions to reverse sort POSTGRES_COMPAT slots -_POSTGRES_ALL_VERSIONS=( 9999 17 16 15 14 13 ) +_POSTGRES_ALL_VERSIONS=( 9999 18 17 16 15 14 13 ) |
