summaryrefslogtreecommitdiff
path: root/dev-db/postgresql/postgresql-17.6-r2.ebuild
AgeCommit message (Collapse)Author
2025-11-04*/*: Add := to virtual/zlib depsMichał Górny
Done via: ``` git grep -l 'virtual/zlib ' | xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g' ``` with some manual reverts. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-10-14dev-db/postgresql: fix existing preserved libs for dev-libs/libxml2Francisco Javier Félix
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@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@gentoo.org>