Bug 53632 - heimdal-0.6.2.ebuild doesn't honor ipv6 use-flag
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

------- Comment #1 From Torsten Kurbad 2004-06-11 05:58:01 0000 -------
Created an attachment (id=33080) [details]
Patch for heimdal-ebuild to honour  USE="-ipv6"

------- Comment #2 From Torsten Kurbad 2004-06-11 08:04:11 0000 -------
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"

------- Comment #3 From Torsten Kurbad 2004-06-11 08:07:58 0000 -------
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"

------- Comment #4 From Daniel Ahlberg (RETIRED) 2004-06-14 10:36:49 0000 -------
The ebuild already has "use_with ipv6" that feeds configure with --with or
--without. Typo fixed in CVS, thanks!