22faa269e4
- 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>