summaryrefslogtreecommitdiff
path: root/dev-db/mariadb-connector-c/mariadb-connector-c-3.3.15.ebuild
AgeCommit message (Collapse)Author
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-06-25dev-db/mariadb-connector-c: add 3.3.15Petr Vaněk
- The sed for -Werror is no longer needed - Rework sed for test skipping - Skip few more tests, two are related to --skip-grant-tables, bug #905412 and bug #927643, one might be related to domain socket - Migrate to tc-ld-force-bfd - It is no longer necessary to filter LTO, the package builds fine with it, bug #855233 - The zstd patch is no longer applied, zstd.so is a client plugin, therefore it belongs to this package but it should not be installed by dev-db/mariadb. This was corrected in dev-db/mariadb-1.4.7-r1, older versions are weak blocked. Bug: https://bugs.gentoo.org/855233 Bug: https://bugs.gentoo.org/905412 Bug: https://bugs.gentoo.org/927643 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>