If I vant to view ebuild content with highlighting, I use: mc -e `equery w amdgpu-pro-opencl` If I have the same package in the different overlays, then I expect to add overlay specifier: mc -e `equery w amdgpu-pro-opencl::inode64-overlay` But this specifier is ignored in equery command. Reproducible: Always Steps to Reproduce: > LC_ALL=en_US eix amdgpu-pro-opencl > * dev-libs/amdgpu-pro-opencl > Available versions: (~)20.40.1147286^fmsd [m](~)21.30.1290604^fmsd[1] [m](~)21.40.1.40501^fmsd[1] {utils ABI_X86="32 64"} > Homepage: https://www.amd.com/en/support/kb/release-notes/rn-amdgpu-unified-linux-(ver_rs > Description: Proprietary OpenCL implementation for AMD GPUs > > [1] "inode64-overlay" /var/db/repos/inode64-overlay Actual Results: > $ equery w dev-libs/amdgpu-pro-opencl::inode64-overlay > /var/db/repos/gentoo/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-20.40.1147286.ebuild Expected Results: > $ equery w dev-libs/amdgpu-pro-opencl::inode64-overlay > /var/db/repos/inode64-overlay/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-21.40.1.40501.ebuild