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 7BB73158176 for ; Tue, 14 Oct 2025 20:06:50 +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 64522341039 for ; Tue, 14 Oct 2025 20:06:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 556B51104A0; Tue, 14 Oct 2025 20:06:47 +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 4B07A1104A0 for ; Tue, 14 Oct 2025 20:06:47 +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 00B89335DBA for ; Tue, 14 Oct 2025 20:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 648902EDE for ; Tue, 14 Oct 2025 20:06:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1760472254.a001079f29a3bf175f6b5a20cd3851b50376e7a4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgresql/postgresql-17.6-r1.ebuild dev-db/postgresql/postgresql-17.6-r2.ebuild X-VCS-Directories: dev-db/postgresql/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a001079f29a3bf175f6b5a20cd3851b50376e7a4 X-VCS-Branch: master Date: Tue, 14 Oct 2025 20:06:45 +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: 486a4d79-62b7-4bc0-8cb9-a97d0e8b587a X-Archives-Hash: e39da37e5757d59a3eaacea1d6246ab0 commit: a001079f29a3bf175f6b5a20cd3851b50376e7a4 Author: Francisco Javier Félix inode64 com> AuthorDate: Sun Oct 12 20:14:45 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 14 20:04:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a001079f dev-db/postgresql: fix existing preserved libs for dev-libs/libxml2 The rest of the ebuilds have that dependency; it seems they forgot to activate it for this version. Signed-off-by: Fco Javier Felix inode64.com> Part-of: https://github.com/gentoo/gentoo/pull/44153 Closes: https://github.com/gentoo/gentoo/pull/44153 Signed-off-by: Sam James gentoo.org> .../postgresql/{postgresql-17.6-r1.ebuild => postgresql-17.6-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgresql/postgresql-17.6-r1.ebuild b/dev-db/postgresql/postgresql-17.6-r2.ebuild similarity index 99% rename from dev-db/postgresql/postgresql-17.6-r1.ebuild rename to dev-db/postgresql/postgresql-17.6-r2.ebuild index aee4242e58dd..8d30fa657a39 100644 --- a/dev-db/postgresql/postgresql-17.6-r1.ebuild +++ b/dev-db/postgresql/postgresql-17.6-r2.ebuild @@ -49,7 +49,7 @@ readline? ( sys-libs/readline:0= ) server? ( systemd? ( sys-apps/systemd ) ) ssl? ( >=dev-libs/openssl-0.9.6-r1:0= ) tcl? ( >=dev-lang/tcl-8:0= ) -xml? ( dev-libs/libxml2 dev-libs/libxslt ) +xml? ( dev-libs/libxml2:= dev-libs/libxslt ) zlib? ( sys-libs/zlib ) zstd? ( app-arch/zstd ) "