diff options
author | gson <gson@pkgsrc.org> | 2020-11-07 11:11:24 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2020-11-07 11:11:24 +0000 |
commit | a6cfe7ebca575b1052f203cb5b4272c8c69184cd (patch) | |
tree | f5319934e850432837453872fc0d271ffb295b1e /misc | |
parent | 8eefe588265b777e14663ebf6263464407a7a363 (diff) | |
download | pkgsrc-a6cfe7ebca575b1052f203cb5b4272c8c69184cd.tar.gz |
misc/py-anita: update Xen reference
In options.mk, there was a reference to Xen 4.2 which is no longer in pkgsrc.
Update it to 4.13.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-anita/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/py-anita/options.mk b/misc/py-anita/options.mk index 5091793047c..81ed1b8e760 100644 --- a/misc/py-anita/options.mk +++ b/misc/py-anita/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2019/11/03 17:04:26 rillig Exp $ +# $NetBSD: options.mk,v 1.11 2020/11/07 11:11:24 gson Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-anita PKG_SUPPORTED_OPTIONS= xen @@ -25,6 +25,6 @@ DEPENDS+= qemu>=1.0:../../emulators/qemu .endif .if !empty(PKG_OPTIONS:Mxen) -DEPENDS+= xenkernel42>=4.2:../../sysutils/xenkernel42 -DEPENDS+= xentools42>=4.2:../../sysutils/xentools42 +DEPENDS+= xenkernel413>=4.2:../../sysutils/xenkernel413 +DEPENDS+= xentools413>=4.2:../../sysutils/xentools413 .endif |