commit:     4ab00d2e4ff7db59bf0c229fef5f26e29703c9aa
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 09:07:26 2023 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 09:10:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab00d2e

dev-db/postgresql: Restrict llvm for postgresql:16

Builds, but doesn't run, with llvm-16

Closes: https://bugs.gentoo.org/914198
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 dev-db/postgresql/postgresql-16.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-db/postgresql/postgresql-16.0.ebuild 
b/dev-db/postgresql/postgresql-16.0.ebuild
index 63bb54fd4eb4..5a39a08cca63 100644
--- a/dev-db/postgresql/postgresql-16.0.ebuild
+++ b/dev-db/postgresql/postgresql-16.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12} )
-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