commit:     f677485c2ed8c9ebc4c8c4d3b8c9d3e0d9ff2338
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 16:34:13 2022 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 16:51:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f677485c

dev-db/postgresql: Increase LLVM_MAX_SLOT

This was fixed upstream in 11.16 already.

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

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

diff --git a/dev-db/postgresql/postgresql-11.17.ebuild 
b/dev-db/postgresql/postgresql-11.17.ebuild
index b190ec5a7668..16628ce3262f 100644
--- a/dev-db/postgresql/postgresql-11.17.ebuild
+++ b/dev-db/postgresql/postgresql-11.17.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8,9,10,11} )
-LLVM_MAX_SLOT=13
+LLVM_MAX_SLOT=14
 
 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-14:=
-       <sys-devel/clang-14:=
+       <sys-devel/llvm-15:=
+       <sys-devel/clang-15:=
 )
 pam? ( sys-libs/pam )
 perl? ( >=dev-lang/perl-5.8:= )

Reply via email to