pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/py-anita misc/py-anita: update Xen reference
details: https://anonhg.NetBSD.org/pkgsrc/rev/397f9cfdf4aa
branches: trunk
changeset: 441617:397f9cfdf4aa
user: gson <gson%pkgsrc.org@localhost>
date: Sat Nov 07 11:11:24 2020 +0000
description:
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:
misc/py-anita/options.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 4bc802f3ec5c -r 397f9cfdf4aa misc/py-anita/options.mk
--- a/misc/py-anita/options.mk Sat Nov 07 11:06:58 2020 +0000
+++ b/misc/py-anita/options.mk Sat Nov 07 11:11:24 2020 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index