Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi everyone, I just figured out, that app-crypt/heimdal-0.6.2 has IUSE="ipv6", but doesn't honor the flag in any way. In fact, it should pass --without-ipv6 to heimdal's configure in case of USE="-ipv6". The attached patch to the ebuild fixes that. Would be nice to have a -r1 in portage soon... ;o) Regards, Torsten
Created an attachment (id=33080) [edit] Patch for heimdal-ebuild to honour USE="-ipv6"
Created an attachment (id=33083) [edit] Patch for heimdal-ebuild to honor USE="-ipv6" Also fixed a typo: "use with berkdb berkely-db" -> "use with berkdb berkeley-db"
Created an attachment (id=33084) [edit] Patch for heimdal-ebuild to honor USE="-ipv6" Also fixed a typo: "use with berkdb berkely-db" -> "use with berkdb berkeley-db"
The ebuild already has "use_with ipv6" that feeds configure with --with or --without. Typo fixed in CVS, thanks!