Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 829632

Summary: app-portage/gentoolkit-0.5.1-r1: incorrect usage of overlay specifier in 'equery w' command
Product: Gentoo Linux Reporter: Bogdan <bogdan.pylypenko107>
Component: Current packagesAssignee: Portage Tools Team <tools-portage>
Status: UNCONFIRMED ---    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bogdan 2021-12-19 16:08:12 UTC
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