From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1554023-garchives=archives.gentoo.org@lists.gentoo.org> 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 587CE158089 for <garchives@archives.gentoo.org>; Wed, 13 Sep 2023 07:52:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 957412BC014; Wed, 13 Sep 2023 07:52:07 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BA1D2BC014 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Sep 2023 07:52:07 +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 6D28C335C87 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Sep 2023 07:52:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BC3AEE1 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Sep 2023 07:52:04 +0000 (UTC) From: "罗百科" <patrick@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" <patrick@gentoo.org> Message-ID: <1694591522.cbcce96c423b410148ffb79e764ccf47f872ed3a.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-16_rc1-r1.ebuild dev-db/postgresql/postgresql-16_rc1.ebuild X-VCS-Directories: dev-db/postgresql/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: cbcce96c423b410148ffb79e764ccf47f872ed3a X-VCS-Branch: master Date: Wed, 13 Sep 2023 07:52:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 84a5c576-e319-463b-ad90-cc41757276f0 X-Archives-Hash: 48037f4927cc8696d7594db9aa2116b0 commit: cbcce96c423b410148ffb79e764ccf47f872ed3a Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Wed Sep 13 07:51:14 2023 +0000 Commit: 罗百科 <patrick <AT> gentoo <DOT> org> CommitDate: Wed Sep 13 07:52:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcce96c dev-db/postgresql: Allow llvm-16 for postgresql-16 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> .../{postgresql-16_rc1.ebuild => postgresql-16_rc1-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/postgresql/postgresql-16_rc1.ebuild b/dev-db/postgresql/postgresql-16_rc1-r1.ebuild similarity index 99% rename from dev-db/postgresql/postgresql-16_rc1.ebuild rename to dev-db/postgresql/postgresql-16_rc1-r1.ebuild index 5571a39f0fdf..883b6069b22b 100644 --- a/dev-db/postgresql/postgresql-16_rc1.ebuild +++ b/dev-db/postgresql/postgresql-16_rc1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10,11,12} ) -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:= ) lz4? ( app-arch/lz4 ) pam? ( sys-libs/pam )