commit:     8d9c24fd52bbcde1067745b394b9561fba2ae3c2
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 15:56:43 2023 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Fri May 12 15:58:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9c24fd

dev-db/postgresql: Fix llvm support

Revert of 6ca2fadce5154690a335b5206571e5b9af02d96a

Builds with llvm-16, but has runtime failures.

See also: 
https://www.postgresql.org/message-id/17900-fddca512c008774c%40postgresql.org

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

 dev-db/postgresql/postgresql-11.19.ebuild | 6 +++---
 dev-db/postgresql/postgresql-11.20.ebuild | 6 +++---
 dev-db/postgresql/postgresql-12.14.ebuild | 6 +++---
 dev-db/postgresql/postgresql-12.15.ebuild | 6 +++---
 dev-db/postgresql/postgresql-13.10.ebuild | 6 +++---
 dev-db/postgresql/postgresql-13.11.ebuild | 6 +++---
 dev-db/postgresql/postgresql-14.7.ebuild  | 6 +++---
 dev-db/postgresql/postgresql-14.8.ebuild  | 6 +++---
 dev-db/postgresql/postgresql-15.2.ebuild  | 6 +++---
 dev-db/postgresql/postgresql-15.3.ebuild  | 6 +++---
 10 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/dev-db/postgresql/postgresql-11.19.ebuild 
b/dev-db/postgresql/postgresql-11.19.ebuild
index ce6c8b0a188b..90e09a3b7bb5 100644
--- a/dev-db/postgresql/postgresql-11.19.ebuild
+++ b/dev-db/postgresql/postgresql-11.19.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9,10,11} )
-LLVM_MAX_SLOT=16
+LLVM_MAX_SLOT=15
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
@@ -37,8 +37,8 @@ icu? ( dev-libs/icu:= )
 kerberos? ( virtual/krb5 )
 ldap? ( net-nds/openldap:= )
 llvm? (
-       <sys-devel/llvm-17:=
-       <sys-devel/clang-17:=
+       <sys-devel/llvm-16:=
+       <sys-devel/clang-16:=
 )
 pam? ( sys-libs/pam )
 perl? ( >=dev-lang/perl-5.8:= )

diff --git a/dev-db/postgresql/postgresql-11.20.ebuild 
b/dev-db/postgresql/postgresql-11.20.ebuild
index ce6c8b0a188b..90e09a3b7bb5 100644
--- a/dev-db/postgresql/postgresql-11.20.ebuild
+++ b/dev-db/postgresql/postgresql-11.20.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9,10,11} )
-LLVM_MAX_SLOT=16
+LLVM_MAX_SLOT=15
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
@@ -37,8 +37,8 @@ icu? ( dev-libs/icu:= )
 kerberos? ( virtual/krb5 )
 ldap? ( net-nds/openldap:= )
 llvm? (
-       <sys-devel/llvm-17:=
-       <sys-devel/clang-17:=
+       <sys-devel/llvm-16:=
+       <sys-devel/clang-16:=
 )
 pam? ( sys-libs/pam )
 perl? ( >=dev-lang/perl-5.8:= )

diff --git a/dev-db/postgresql/postgresql-12.14.ebuild 
b/dev-db/postgresql/postgresql-12.14.ebuild
index 8946d4c8a1f8..54fa5c1efd52 100644
--- a/dev-db/postgresql/postgresql-12.14.ebuild
+++ b/dev-db/postgresql/postgresql-12.14.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9,10,11} )
-LLVM_MAX_SLOT=16
+LLVM_MAX_SLOT=15
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
@@ -37,8 +37,8 @@ icu? ( dev-libs/icu:= )
 kerberos? ( virtual/krb5 )
 ldap? ( net-nds/openldap:= )
 llvm? (
-       <sys-devel/llvm-17:=
-       <sys-devel/clang-17:=
+       <sys-devel/llvm-16:=
+       <sys-devel/clang-16:=
 )
 pam? ( sys-libs/pam )
 perl? ( >=dev-lang/perl-5.8:= )

diff --git a/dev-db/postgresql/postgresql-12.15.ebuild 
b/dev-db/postgresql/postgresql-12.15.ebuild
index 8946d4c8a1f8..54fa5c1efd52 100644
--- a/dev-db/postgresql/postgresql-12.15.ebuild
+++ b/dev-db/postgresql/postgresql-12.15.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9,10,11} )
-LLVM_MAX_SLOT=16
+LLVM_MAX_SLOT=15
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
@@ -37,8 +37,8 @@ icu? ( dev-libs/icu:= )
 kerberos? ( virtual/krb5 )
 ldap? ( net-nds/openldap:= )
 llvm? (
-       <sys-devel/llvm-17:=
-       <sys-devel/clang-17:=
+       <sys-devel/llvm-16:=
+       <sys-devel/clang-16:=
 )
 pam? ( sys-libs/pam )
 perl? ( >=dev-lang/perl-5.8:= )

diff --git a/dev-db/postgresql/postgresql-13.10.ebuild 
b/dev-db/postgresql/postgresql-13.10.ebuild
index a613f0d930f4..9dc8d9d0c887 100644
--- a/dev-db/postgresql/postgresql-13.10.ebuild
+++ b/dev-db/postgresql/postgresql-13.10.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9,10,11} )
-LLVM_MAX_SLOT=16
+LLVM_MAX_SLOT=15
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
@@ -37,8 +37,8 @@ icu? ( dev-libs/icu:= )
 kerberos? ( virtual/krb5 )
 ldap? ( net-nds/openldap:= )
 llvm? (
-       <sys-devel/llvm-17:=
-       <sys-devel/clang-17:=
+       <sys-devel/llvm-16:=
+       <sys-devel/clang-16:=
 )
 pam? ( sys-libs/pam )
 perl? ( >=dev-lang/perl-5.8:= )

diff --git a/dev-db/postgresql/postgresql-13.11.ebuild 
b/dev-db/postgresql/postgresql-13.11.ebuild
index a613f0d930f4..9dc8d9d0c887 100644
--- a/dev-db/postgresql/postgresql-13.11.ebuild
+++ b/dev-db/postgresql/postgresql-13.11.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9,10,11} )
-LLVM_MAX_SLOT=16
+LLVM_MAX_SLOT=15
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
@@ -37,8 +37,8 @@ icu? ( dev-libs/icu:= )
 kerberos? ( virtual/krb5 )
 ldap? ( net-nds/openldap:= )
 llvm? (
-       <sys-devel/llvm-17:=
-       <sys-devel/clang-17:=
+       <sys-devel/llvm-16:=
+       <sys-devel/clang-16:=
 )
 pam? ( sys-libs/pam )
 perl? ( >=dev-lang/perl-5.8:= )

diff --git a/dev-db/postgresql/postgresql-14.7.ebuild 
b/dev-db/postgresql/postgresql-14.7.ebuild
index d820d2cf78e2..ab22a5e7b157 100644
--- a/dev-db/postgresql/postgresql-14.7.ebuild
+++ b/dev-db/postgresql/postgresql-14.7.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9,10,11} )
-LLVM_MAX_SLOT=16
+LLVM_MAX_SLOT=15
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
@@ -37,8 +37,8 @@ icu? ( dev-libs/icu:= )
 kerberos? ( virtual/krb5 )
 ldap? ( net-nds/openldap:= )
 llvm? (
-        <sys-devel/llvm-17:=
-        <sys-devel/clang-17:=
+        <sys-devel/llvm-16:=
+        <sys-devel/clang-16:=
 )
 lz4? ( app-arch/lz4 )
 pam? ( sys-libs/pam )

diff --git a/dev-db/postgresql/postgresql-14.8.ebuild 
b/dev-db/postgresql/postgresql-14.8.ebuild
index d820d2cf78e2..ab22a5e7b157 100644
--- a/dev-db/postgresql/postgresql-14.8.ebuild
+++ b/dev-db/postgresql/postgresql-14.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9,10,11} )
-LLVM_MAX_SLOT=16
+LLVM_MAX_SLOT=15
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
@@ -37,8 +37,8 @@ icu? ( dev-libs/icu:= )
 kerberos? ( virtual/krb5 )
 ldap? ( net-nds/openldap:= )
 llvm? (
-        <sys-devel/llvm-17:=
-        <sys-devel/clang-17:=
+        <sys-devel/llvm-16:=
+        <sys-devel/clang-16:=
 )
 lz4? ( app-arch/lz4 )
 pam? ( sys-libs/pam )

diff --git a/dev-db/postgresql/postgresql-15.2.ebuild 
b/dev-db/postgresql/postgresql-15.2.ebuild
index 12f67d14eccd..af00c91f6a60 100644
--- a/dev-db/postgresql/postgresql-15.2.ebuild
+++ b/dev-db/postgresql/postgresql-15.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9,10,11} )
-LLVM_MAX_SLOT=16
+LLVM_MAX_SLOT=15
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
@@ -37,8 +37,8 @@ icu? ( dev-libs/icu:= )
 kerberos? ( virtual/krb5 )
 ldap? ( net-nds/openldap:= )
 llvm? (
-       <sys-devel/llvm-17:=
-       <sys-devel/clang-17:=
+       <sys-devel/llvm-16:=
+       <sys-devel/clang-16:=
 )
 lz4? ( app-arch/lz4 )
 pam? ( sys-libs/pam )

diff --git a/dev-db/postgresql/postgresql-15.3.ebuild 
b/dev-db/postgresql/postgresql-15.3.ebuild
index 12f67d14eccd..af00c91f6a60 100644
--- a/dev-db/postgresql/postgresql-15.3.ebuild
+++ b/dev-db/postgresql/postgresql-15.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9,10,11} )
-LLVM_MAX_SLOT=16
+LLVM_MAX_SLOT=15
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
@@ -37,8 +37,8 @@ icu? ( dev-libs/icu:= )
 kerberos? ( virtual/krb5 )
 ldap? ( net-nds/openldap:= )
 llvm? (
-       <sys-devel/llvm-17:=
-       <sys-devel/clang-17:=
+       <sys-devel/llvm-16:=
+       <sys-devel/clang-16:=
 )
 lz4? ( app-arch/lz4 )
 pam? ( sys-libs/pam )

Reply via email to