commit:     3679face86a73d9098ebc232c76112262fbc2360
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  5 12:40:10 2025 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Mar  5 12:40:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3679face

dev-db/postgresql: Add llvm-20 support

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 dev-db/postgresql/postgresql-13.20.ebuild | 2 +-
 dev-db/postgresql/postgresql-14.17.ebuild | 2 +-
 dev-db/postgresql/postgresql-15.12.ebuild | 2 +-
 dev-db/postgresql/postgresql-16.8.ebuild  | 2 +-
 dev-db/postgresql/postgresql-17.4.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-db/postgresql/postgresql-13.20.ebuild 
b/dev-db/postgresql/postgresql-13.20.ebuild
index c184ee372b5f..d045ab819fdf 100644
--- a/dev-db/postgresql/postgresql-13.20.ebuild
+++ b/dev-db/postgresql/postgresql-13.20.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
-LLVM_COMPAT=( {15..19} )
+LLVM_COMPAT=( {15..20} )
 LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles

diff --git a/dev-db/postgresql/postgresql-14.17.ebuild 
b/dev-db/postgresql/postgresql-14.17.ebuild
index 3a3e68ee28a9..1743a0f7cf7d 100644
--- a/dev-db/postgresql/postgresql-14.17.ebuild
+++ b/dev-db/postgresql/postgresql-14.17.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
-LLVM_COMPAT=( {15..19} )
+LLVM_COMPAT=( {15..20} )
 LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles

diff --git a/dev-db/postgresql/postgresql-15.12.ebuild 
b/dev-db/postgresql/postgresql-15.12.ebuild
index 6d42aa0aa67c..f123e6e6ecbe 100644
--- a/dev-db/postgresql/postgresql-15.12.ebuild
+++ b/dev-db/postgresql/postgresql-15.12.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
-LLVM_COMPAT=( {15..19} )
+LLVM_COMPAT=( {15..20} )
 LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles

diff --git a/dev-db/postgresql/postgresql-16.8.ebuild 
b/dev-db/postgresql/postgresql-16.8.ebuild
index 796af3705460..9990d54e8224 100644
--- a/dev-db/postgresql/postgresql-16.8.ebuild
+++ b/dev-db/postgresql/postgresql-16.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
-LLVM_COMPAT=( {15..19} )
+LLVM_COMPAT=( {15..20} )
 LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles

diff --git a/dev-db/postgresql/postgresql-17.4.ebuild 
b/dev-db/postgresql/postgresql-17.4.ebuild
index f53579588119..86b209c03078 100644
--- a/dev-db/postgresql/postgresql-17.4.ebuild
+++ b/dev-db/postgresql/postgresql-17.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
-LLVM_COMPAT=( {15..19} )
+LLVM_COMPAT=( {15..20} )
 LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles

Reply via email to