Files
entropy/lib
Mario Fetka 45f999a8ad portage_plugin: skip UNKNOWN_TYPE entries in NEEDED.ELF.2 parsing
scanelf reports UNKNOWN_TYPE for non-standard or non-ELF binaries (e.g.
proprietary Teensy tools in arduino-bin). elf_class_strtoint() raised
ValueError which aborted metadata extraction for the whole package.
Skip unrecognised ELF class entries instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-02 00:13:04 +02:00
..