Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53632 - heimdal-0.6.2.ebuild doesn't honor ipv6 use-flag
Summary: heimdal-0.6.2.ebuild doesn't honor ipv6 use-flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-11 05:56 UTC by Torsten Kurbad
Modified: 2004-06-14 10:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for heimdal-ebuild to honour USE="-ipv6" (heimdal-0.6.2.ebuild-noipv6.patch,355 bytes, patch)
2004-06-11 05:58 UTC, Torsten Kurbad
Details | Diff
Patch for heimdal-ebuild to honor USE="-ipv6" (heimdal-0.6.2.ebuild-noipv6.patch,621 bytes, patch)
2004-06-11 08:04 UTC, Torsten Kurbad
Details | Diff
Patch for heimdal-ebuild to honor USE="-ipv6" (heimdal-0.6.2.ebuild-noipv6.patch,600 bytes, patch)
2004-06-11 08:07 UTC, Torsten Kurbad
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Kurbad 2004-06-11 05:56:52 UTC
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
Comment 1 Torsten Kurbad 2004-06-11 05:58:01 UTC
Created attachment 33080 [details, diff]
Patch for heimdal-ebuild to honour  USE="-ipv6"
Comment 2 Torsten Kurbad 2004-06-11 08:04:11 UTC
Created attachment 33083 [details, diff]
Patch for heimdal-ebuild to honor  USE="-ipv6"

Also fixed a typo:

"use with berkdb berkely-db" -> "use with berkdb berkeley-db"
Comment 3 Torsten Kurbad 2004-06-11 08:07:58 UTC
Created attachment 33084 [details, diff]
Patch for heimdal-ebuild to honor  USE="-ipv6"

Also fixed a typo:

"use with berkdb berkely-db" -> "use with berkdb berkeley-db"
Comment 4 Daniel Ahlberg (RETIRED) gentoo-dev 2004-06-14 10:36:49 UTC
The ebuild already has "use_with ipv6" that feeds configure with --with or --without. Typo fixed in CVS, thanks!