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

Bug 932807

Summary: sys-apps/portage: emerge --search --getbinpkg could display remote binhost packages
Product: Portage Development Reporter: Zac Medico <zmedico>
Component: Binary packages supportAssignee: Portage team <dev-portage>
Status: RESOLVED WORKSFORME    
Severity: enhancement CC: zmedico
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Zac Medico gentoo-dev 2024-05-26 18:47:40 UTC
Currently emerge --search --usepkg can display local binary packages, but we could add --getbinpkg support for it to include remote binhost packages in search results. It might just work if we simply populate the bintree with getbinpkgs=True. We could also add a --bingpkg-respect-use filter or something.
Comment 1 Zac Medico gentoo-dev 2024-06-04 17:43:26 UTC
It already works with --getbinpkg because run_action calls populate for the search action. I'll think about the --bingpkg-respect-use filter idea some more.