| Bug#: 53632 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: All | Status: RESOLVED | Severity: major | Priority: P2 |
| Resolution: FIXED | Assigned To: aliz@gentoo.org | Reported By: torsten@tk-webart.de | |
| Component: Applications | |||
| URL: | |||
| Summary: heimdal-0.6.2.ebuild doesn't honor ipv6 use-flag | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2004-06-11 05:56 0000 | |||
| Description: | Opened: 2004-06-11 05:56 0000 |
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) [details]
Patch for heimdal-ebuild to honour USE="-ipv6"
Created an attachment (id=33083) [details]
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) [details]
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!