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 B7A6715814C for ; Thu, 5 Oct 2023 09:38:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04BC72BC068; Thu, 5 Oct 2023 09:38:02 +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 DFC622BC068 for ; Thu, 5 Oct 2023 09:38:01 +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 E3557335CDF for ; Thu, 5 Oct 2023 09:38:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57A829AC for ; Thu, 5 Oct 2023 09:37:59 +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: <1696497727.ff085b45212f50b7bdc39f85a09c3fa061c6a772.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgpool2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgpool2/pgpool2-4.3.2.ebuild X-VCS-Directories: dev-db/pgpool2/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: ff085b45212f50b7bdc39f85a09c3fa061c6a772 X-VCS-Branch: master Date: Thu, 5 Oct 2023 09:37:59 +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: 9b39942c-5db9-465b-8ea8-f11b2f12f325 X-Archives-Hash: 1b2e778677e5b90e9f0b4b5675a7d6f0 commit: ff085b45212f50b7bdc39f85a09c3fa061c6a772 Author: Patrick Lauer gentoo org> AuthorDate: Thu Oct 5 09:22:07 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Thu Oct 5 09:22:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff085b45 dev-db/pgpool2: Add postgresql:15 support Signed-off-by: Patrick Lauer gentoo.org> dev-db/pgpool2/pgpool2-4.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/pgpool2/pgpool2-4.3.2.ebuild b/dev-db/pgpool2/pgpool2-4.3.2.ebuild index d6b6abf1f001..d46c7c75826a 100644 --- a/dev-db/pgpool2/pgpool2-4.3.2.ebuild +++ b/dev-db/pgpool2/pgpool2-4.3.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -POSTGRES_COMPAT=( 9.6 {10..14} ) +POSTGRES_COMPAT=( 9.6 {10..15} ) inherit autotools postgres-multi