From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 302F3158074 for ; Fri, 04 Jul 2025 20:41:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6FB7534216C for ; Fri, 04 Jul 2025 20:41:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 874F011055B; Fri, 04 Jul 2025 20:41:19 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7F3DC11055B for ; Fri, 04 Jul 2025 20:41:19 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D56E34212A for ; Fri, 04 Jul 2025 20:41:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFBF62D39 for ; Fri, 04 Jul 2025 20:41:17 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1751661650.fdc8c69addcc54b19a26aa6fc228d13ca02d25d8.arthurzam@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.4.7.ebuild X-VCS-Directories: dev-db/pgpool2/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: fdc8c69addcc54b19a26aa6fc228d13ca02d25d8 X-VCS-Branch: master Date: Fri, 04 Jul 2025 20:41:17 +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: 9ae7dd77-8681-44d9-adff-8c4798c746ac X-Archives-Hash: 7c494f11263cbffe4b670dcc6a631b6d commit: fdc8c69addcc54b19a26aa6fc228d13ca02d25d8 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jul 4 20:40:44 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jul 4 20:40:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc8c69a dev-db/pgpool2: Stabilize 4.4.7 x86, #959415 Signed-off-by: Arthur Zamarin gentoo.org> dev-db/pgpool2/pgpool2-4.4.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/pgpool2/pgpool2-4.4.7.ebuild b/dev-db/pgpool2/pgpool2-4.4.7.ebuild index e535349585bb..d328edb146d3 100644 --- a/dev-db/pgpool2/pgpool2-4.4.7.ebuild +++ b/dev-db/pgpool2/pgpool2-4.4.7.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://www.pgpool.net/download.php?f=${MY_P}.tar.gz -> ${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc memcached pam ssl static-libs"