Summary: | savedconfig.eclass (e.g.) and binary package support | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Andreas K. Hüttel <dilfridge> |
Component: | Binary packages support | Assignee: | Portage team <dev-portage> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | base-system, dist-kernel |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Andreas K. Hüttel
2024-05-22 23:47:25 UTC
Much simpler idea, which would solve the same problem: * Introduce an emerge command line option that can "tag" a binary package upon creation emerge --buildpkg --set-tag="minimal" busybox * Introduce an emerge command line option that requires a tag from a package emerge -k --need-tag="minimal" busybox |