diff options
author | gson <gson@pkgsrc.org> | 2014-07-22 18:18:43 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2014-07-22 18:18:43 +0000 |
commit | bd97d99b1dc63613da21f1b7379ea8a6a7990716 (patch) | |
tree | a0c8c1fff2142be8379035bb8722c8e6d050adde /misc/py-anita | |
parent | 59349d074764f80abb623db434236933580abccd (diff) | |
download | pkgsrc-bd97d99b1dc63613da21f1b7379ea8a6a7990716.tar.gz |
Update comment to note that qemu 2.0.0nb4 or newer should work.
Diffstat (limited to 'misc/py-anita')
-rw-r--r-- | misc/py-anita/options.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/py-anita/options.mk b/misc/py-anita/options.mk index 77b518b076b..b7c4a8d179e 100644 --- a/misc/py-anita/options.mk +++ b/misc/py-anita/options.mk @@ -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 @@ DEPENDS+= qemu>=0.12.3nb2:../../emulators/qemu0 .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 |