Summary: | app-portage/portage-utils: qpkg doesn't find package with -rX to merge | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jorge Manuel B. S. Vicetto <jmbsvicetto> |
Component: | Current packages | Assignee: | Portage Utils Team <portage-utils> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | portage-utils-atom-revision.patch |
Description
Jorge Manuel B. S. Vicetto
![]() ![]() Created attachment 199450 [details, diff]
portage-utils-atom-revision.patch
Apparently, the problem is that portage-utils was using atom->P, instead of atom->PVR. I've changed things a bit in atom_explode.c:atom_explode to not append -r0 to PVR, and thus matching portage's behaviour (although, it still contains PN), and use it instead in qpkg.c:qpkg_make.
The patch should apply against HEAD.
Hope it's the correct approach, though.
should work with portage-utils-0.4 |