summaryrefslogtreecommitdiff
path: root/dev-db/mariadb-connector-c/mariadb-connector-c-3.3.17.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-10-02dev-db/mariadb-connector-c: add 3.3.17Petr Vaněk
I spent some time understanding why the QA Notice for CLIENT_PLUGIN_AUTH_GSSAPI_CLIENT pops up, and I found out that this variable is only available if the GSSAPI dependency requirements are met. It is unrelated to AUTH_GSSAPI_PLUGIN_TYPE, which is basically useless these days. I have added a comment to clarify that the QA Notice is falsely positive above the related line. Signed-off-by: Petr Vaněk <arkamar@gentoo.org>