commit:     a001079f29a3bf175f6b5a20cd3851b50376e7a4
Author:     Francisco Javier Félix <web <AT> inode64 <DOT> com>
AuthorDate: Sun Oct 12 20:14:45 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <ffelix <AT> inode64.com>
Part-of: https://github.com/gentoo/gentoo/pull/44153
Closes: https://github.com/gentoo/gentoo/pull/44153
Signed-off-by: Sam James <sam <AT> 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 )
 "

Reply via email to