Summary: | sys-fs/udev should have USE="vim-syntax" to depend on app-vim/udev-syntax | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Gordon Pettey <petteyg359> |
Component: | [OLD] Core system | Assignee: | udev maintainers <udev-bugs> |
Status: | RESOLVED WONTFIX | ||
Severity: | minor | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Gordon Pettey
2012-01-20 19:51:31 UTC
Historically, requests for USE flags that merely set RDEPENDs have not fared well. Rebuilding packages large or small just to pull in a "useful" run time dependency (or not) is widely regarded as a waste of everyone's time. So only add it to 171 or 175 or later, so nobody on stable has to rebuild. This is purely runtime-only 'drop in' package and adding it as a USE flag would only trigger useless rebuilds when enabled or disabled. I'm inclined to refuse these type of requests (just like bug 407797) In that case, I have to ask why any package at all has vim-syntax USE flags. It is up to a user to avoid pointless rebuilding by not arbitrarily changing USE flags in already installed packages. Adding the flag to a future version would even avoid --newuse rebuilds (though that could also be worked around with --changed-use), since a rebuild would be required to upgrade, anyway. (In reply to comment #4) > In that case, I have to ask why any package at all has vim-syntax USE flags. > It is up to a user to avoid pointless rebuilding by not arbitrarily changing > USE flags in already installed packages. Adding the flag to a future version > would even avoid --newuse rebuilds (though that could also be worked around > with --changed-use), since a rebuild would be required to upgrade, anyway. Gentoo has more or less recently made a decision on the developer mailinglist (gentoo-dev) about not having USE flags for small files such as, systemd units and bash-completion scripts This would extend to vim syntax files which are of same nature And when package is building something (ie. as opposed to just installing them such as many dev-python/dev-perl/etc. packages do) we should avoid must as possible adding useless USE flags to avoid/minimize the triggers of rebuilding it So really, I can see your point, I just don't agree with it, sorry |