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@gentoo.org>
This commit is contained in:
Patrick Lauer
2023-10-05 09:07:26 +00:00
parent 1ca3245c3e
commit 4ab00d2e4f

View File

@@ -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 )