Files
entropy/lib
Mario Fetka 22faa269e4 portage_plugin: use public portage 3.0.77 APIs
- Remove portage.const._ENABLE_SET_CONFIG = True (default True since portage 2.2+)
- Replace portdbapi._aux_cache.clear() with flush_cache() only (redundant clear
  before new instance creation)
- Replace vardbapi._clear_cache() with vardbapi.flush_cache() (public API)
- Replace portdbapi._aux_cache_keys with portage.auxdbkeys (public module-level tuple)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 11:10:13 +02:00
..