summaryrefslogtreecommitdiff
path: root/dev-db/postgresql/postgresql-12.14.ebuild
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2023-03-18 19:47:26 +0000
committerPatrick Lauer <patrick@gentoo.org>2023-03-18 19:48:04 +0000
commit6ca2fadce5154690a335b5206571e5b9af02d96a (patch)
treefee7a0a9936736b69506f58e93bccd0f59fa496d /dev-db/postgresql/postgresql-12.14.ebuild
parenta43dd1170156d01738a5821a95ccefb434ae13fa (diff)
downloadgentoo-6ca2fadce5154690a335b5206571e5b9af02d96a.tar.gz
gentoo-6ca2fadce5154690a335b5206571e5b9af02d96a.tar.bz2
gentoo-6ca2fadce5154690a335b5206571e5b9af02d96a.zip
dev-db/postgresql: Adjust to llvm:16
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/postgresql-12.14.ebuild')
-rw-r--r--dev-db/postgresql/postgresql-12.14.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/postgresql/postgresql-12.14.ebuild b/dev-db/postgresql/postgresql-12.14.ebuild
index 084853e140d3..0239892af326 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=15
+LLVM_MAX_SLOT=16
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-16:=
- <sys-devel/clang-16:=
+ <sys-devel/llvm-17:=
+ <sys-devel/clang-17:=
)
pam? ( sys-libs/pam )
perl? ( >=dev-lang/perl-5.8:= )