summaryrefslogtreecommitdiff
path: root/dev-lang/mrustc/mrustc-0.11.2-r1.ebuild
AgeCommit message (Collapse)Author
2025-11-04*/*: Use := on virtual/zlib deps, part 6Michał Górny
Done via: ``` git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@' ``` 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-26dev-lang/mrustc: force gccZ. Liu
Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44129 Signed-off-by: Sam James <sam@gentoo.org>
2025-03-24dev-lang/mrustc: Stabilize 0.11.2-r1 amd64, #951639Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-03-19dev-lang/mrustc: workaround failure on hardened (pass -U_GLIBCXX_ASSERTIONS)Sam James
I've not yet investigated or filed a bug upstream, sorry. Signed-off-by: Sam James <sam@gentoo.org>