Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932807 - sys-apps/portage: emerge --search --getbinpkg could display remote binhost packages
Summary: sys-apps/portage: emerge --search --getbinpkg could display remote binhost pa...
Status: RESOLVED WORKSFORME
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Binary packages support (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-26 18:47 UTC by Zac Medico
Modified: 2024-06-04 17:43 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 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.