Commit Graph

3 Commits

Author SHA1 Message Date
Paul Zander
c23791504e */*: update for virtual/zlib
Update done using:

```
git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@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
```

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-11-16 23:26:20 +01:00
Pavel Sobolev
fa2d85ae2f dev-tex/tectonic: fix the "implicit autoref" error
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2025-10-11 23:11:13 +03:00
Ryan Wong
6b0adb1410 dev-tex/tectonic: Fix not closing files when spotless history is returned
This fixes the problem of checking if .bbl file changes, by backporting
a commit in master branch.

Upstream issue tracker:
https://github.com/tectonic-typesetting/tectonic/issues/1150

Upstream commit that is used in patch:
fbb145cd07

Signed-off-by: Ryan Wong <juan@juancord.xyz>
2025-04-20 20:49:34 +08:00