mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
updates:
- license years
- crate licenses
adds necessary dependencies for -sys crates so vendored deps don't get
used:
- libfuzzer-sys needs clang, for the version that's in the ebuild,
upstream built it against clang 19, but I have also tested this with
clang 22, and compile and tests ran fine, so I set LLVM_COMPAT from 19
to 22
- inotify-sys can use pkgconfig
the -sys crate part was generated by
92c40e243b
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
Part-of: https://codeberg.org/gentoo/guru/pulls/20