From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E91A6158094 for ; Sat, 8 Oct 2022 16:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFB0DE0896; Sat, 8 Oct 2022 16:52:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7852E0896 for ; Sat, 8 Oct 2022 16:52:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1BA1340FA5 for ; Sat, 8 Oct 2022 16:52:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C63B5E8 for ; Sat, 8 Oct 2022 16:52:08 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1665247910.f677485c2ed8c9ebc4c8c4d3b8c9d3e0d9ff2338.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgresql/postgresql-11.17.ebuild X-VCS-Directories: dev-db/postgresql/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: f677485c2ed8c9ebc4c8c4d3b8c9d3e0d9ff2338 X-VCS-Branch: master Date: Sat, 8 Oct 2022 16:52:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b9f56dff-0df8-4c78-bd24-b320b3bc9323 X-Archives-Hash: 0fa5845ca98265d9456748a777f56515 commit: f677485c2ed8c9ebc4c8c4d3b8c9d3e0d9ff2338 Author: Patrick Lauer gentoo org> AuthorDate: Sat Oct 8 16:34:13 2022 +0000 Commit: 罗百科 gentoo 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 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? ( - =dev-lang/perl-5.8:= )