Tue Jul 22 18:18:43 2014 UTC ()
Update comment to note that qemu 2.0.0nb4 or newer should work.


(gson)
diff -r1.5 -r1.6 pkgsrc/misc/py-anita/options.mk

cvs diff -r1.5 -r1.6 pkgsrc/misc/py-anita/options.mk (expand / switch to context diff)
--- pkgsrc/misc/py-anita/options.mk 2014/05/21 12:19:12 1.5
+++ pkgsrc/misc/py-anita/options.mk 2014/07/22 18:18:43 1.6
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2014/05/21 12:19:12 gdt Exp $
+# $NetBSD: options.mk,v 1.6 2014/07/22 18:18:43 gson Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.py-anita
 PKG_SUPPORTED_OPTIONS=		xen
@@ -26,7 +26,8 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mqemu)
-# qemu1/2 does not work reliably.  See the anita(1) man page.
+# Some versions of qemu1/2 do not work reliably, see the anita(1)
+# man page.  Version 2.0.0nb4 or newer should work.
 DEPENDS+=	qemu>=1.0:../../emulators/qemu
 .endif