Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829632 - app-portage/gentoolkit-0.5.1-r1: incorrect usage of overlay specifier in 'equery w' command
Summary: app-portage/gentoolkit-0.5.1-r1: incorrect usage of overlay specifier in 'equ...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-19 16:08 UTC by Bogdan
Modified: 2021-12-19 17:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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