Bug 106640 - Avahi with mono keyword requires mono 1.1.3 or later.
Bug#: 106640 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: swegener@gentoo.org Reported By: fwmartin@gmail.com
Component: Applications
URL: 
Summary: Avahi with mono keyword requires mono 1.1.3 or later.
Keywords:  
Status Whiteboard: 
Opened: 2005-09-19 22:05 0000
Description:   Opened: 2005-09-19 22:05 0000
Avahi with the mono keyword fails to compile with the stable mono ebuild.  The
Mono.Unix namespace is required and was added in 1.1.3.

Reproducible: Always
Steps to Reproduce:
1. 'USE="mono" emerge avahi' with mono 1.0.5-r5 installed
2.
3.




Fixed problem by adding "dev-lang/mono ~x86" to package.keywords and emerging mono

Line 24 of the avahi 0.5 ebuild should be " mono? ( >=dev-lang/mono-1.1.3 )"

------- Comment #1 From Sven Wegener 2005-09-20 07:52:58 0000 -------
Fixed in CVS. Thanks Frederick!