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 | eaf9830786244930c668c7331afeaeccf0edffe6 (patch) | |
tree | a0c8c1fff2142be8379035bb8722c8e6d050adde /misc | |
parent | 353ad1a163b68361081398a0841de804a523be89 (diff) | |
download | pkgsrc-eaf9830786244930c668c7331afeaeccf0edffe6.tar.gz |
Update comment to note that qemu 2.0.0nb4 or newer should work.
Diffstat (limited to 'misc')
-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 |