| Summary: | module-rebuild should use 'cave' rather than 'paludis' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ciaran McCreesh <ciaran.mccreesh> |
| Component: | Current packages | Assignee: | Gentoo Kernel Miscellaneous <kernel-misc> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Use cave instead of paludis. | ||
Created attachment 268133 [details, diff]
Use cave instead of paludis.
Committed in module-rebuild-0.7 |
module-rebuild currently uses: paludis --install --preserve-world --continue-on-failure if-satisfied --dl-upgrade as-needed ${tomerge[@]} The 'paludis' client will soon be deprecated in favour of 'cave'. Please change module-rebuild to instead call: cave resolve --preserve-world --continue-on-failure if-satisfied --lazy ${tomerge[@]} --execute Thanks