| Summary: | net-firewall/iptables has unneccesary dependency on linux-sources | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Steven Green <steven> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | VERIFIED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | All | ||
| OS: | Other | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Steven Green
2006-07-20 09:21:41 UTC
This is releated to bug #120233 but is not an exact dupe. The problem is that iptables does not need the linux-info eclass unless the extensions use flag is set. Whereas 120233 is asking the question whether linux-info really needs the dependency in linux-source *** This bug has been marked as a duplicate of 120233 *** And no, we can't inherit eclasses based on use flags. Just for reference... a simple fix if anyone else is in the same situation is: echo kernel_linux >> /etc/make.profile/use.mask (In reply to comment #4) > Just for reference... a simple fix if anyone else is in the same situation is: > > echo kernel_linux >> /etc/make.profile/use.mask Ugh, don't *ever* do this, that's completely wrong... Stick gentoo-sources and the needed virtuals to package.provided. |