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 86A3115A7D9 for ; Sat, 18 Mar 2023 19:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AACA9E0824; Sat, 18 Mar 2023 19:48:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80E5BE0824 for ; Sat, 18 Mar 2023 19:48:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 977FA341373 for ; Sat, 18 Mar 2023 19:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 338058D7 for ; Sat, 18 Mar 2023 19:48:06 +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: <1679168884.6ca2fadce5154690a335b5206571e5b9af02d96a.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.19.ebuild dev-db/postgresql/postgresql-12.14.ebuild dev-db/postgresql/postgresql-13.10.ebuild dev-db/postgresql/postgresql-14.7.ebuild dev-db/postgresql/postgresql-15.2.ebuild X-VCS-Directories: dev-db/postgresql/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 6ca2fadce5154690a335b5206571e5b9af02d96a X-VCS-Branch: master Date: Sat, 18 Mar 2023 19:48:06 +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: 8ca1f5f1-9ac3-4c9d-9465-c1debbd1706c X-Archives-Hash: 976fc3ee28d441d378b29176cbcf1455 commit: 6ca2fadce5154690a335b5206571e5b9af02d96a Author: Patrick Lauer gentoo org> AuthorDate: Sat Mar 18 19:47:26 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Sat Mar 18 19:48:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca2fadc dev-db/postgresql: Adjust to llvm:16 Signed-off-by: Patrick Lauer gentoo.org> dev-db/postgresql/postgresql-11.19.ebuild | 6 +++--- dev-db/postgresql/postgresql-12.14.ebuild | 6 +++--- dev-db/postgresql/postgresql-13.10.ebuild | 6 +++--- dev-db/postgresql/postgresql-14.7.ebuild | 6 +++--- dev-db/postgresql/postgresql-15.2.ebuild | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/dev-db/postgresql/postgresql-11.19.ebuild b/dev-db/postgresql/postgresql-11.19.ebuild index 3123f9fe26c1..97c811e81b4f 100644 --- a/dev-db/postgresql/postgresql-11.19.ebuild +++ b/dev-db/postgresql/postgresql-11.19.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? ( - =dev-lang/perl-5.8:= ) 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? ( - =dev-lang/perl-5.8:= ) diff --git a/dev-db/postgresql/postgresql-13.10.ebuild b/dev-db/postgresql/postgresql-13.10.ebuild index 8df70d557212..e5005d34eafb 100644 --- a/dev-db/postgresql/postgresql-13.10.ebuild +++ b/dev-db/postgresql/postgresql-13.10.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? ( - =dev-lang/perl-5.8:= ) diff --git a/dev-db/postgresql/postgresql-14.7.ebuild b/dev-db/postgresql/postgresql-14.7.ebuild index 8876f738f6c1..2be4264552ca 100644 --- a/dev-db/postgresql/postgresql-14.7.ebuild +++ b/dev-db/postgresql/postgresql-14.7.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? ( -