diff options
author | Patrick Lauer <patrick@gentoo.org> | 2022-10-08 16:34:13 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2022-10-08 16:51:50 +0000 |
commit | f677485c2ed8c9ebc4c8c4d3b8c9d3e0d9ff2338 (patch) | |
tree | 08d62ecd64ea1dffb60c60d49f17f4b972b05a38 /dev-db/postgresql/postgresql-11.17.ebuild | |
parent | dev-util/maturin: Keyword 0.13.6 arm, #876028 (diff) | |
download | gentoo-f677485c2ed8c9ebc4c8c4d3b8c9d3e0d9ff2338.tar.gz gentoo-f677485c2ed8c9ebc4c8c4d3b8c9d3e0d9ff2338.tar.bz2 gentoo-f677485c2ed8c9ebc4c8c4d3b8c9d3e0d9ff2338.zip |
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@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/postgresql-11.17.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-11.17.ebuild | 6 |
1 files 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:= ) |