diff options
author | maya <maya@pkgsrc.org> | 2018-07-24 17:29:08 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-07-24 17:29:08 +0000 |
commit | e171f9a171e574cc2503daef071fb4cd1c350740 (patch) | |
tree | 321b3b3834480a065fde8c7d21094b27cfd67d88 /sysutils/xenkernel46 | |
parent | 80528db8ac0275464f85a815418e95419c1aa633 (diff) | |
download | pkgsrc-e171f9a171e574cc2503daef071fb4cd1c350740.tar.gz |
sysutils/xen*: invert python version logic, only 2.7 is ok.
Mostly so we don't match python37 on xen 4.11, but also because python3
is a moving target and this saves us having to add the next version.
Diffstat (limited to 'sysutils/xenkernel46')
-rw-r--r-- | sysutils/xenkernel46/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xenkernel46/Makefile b/sysutils/xenkernel46/Makefile index a58a1aae50a..b4331f6db5a 100644 --- a/sysutils/xenkernel46/Makefile +++ b/sysutils/xenkernel46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:34 adam Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/24 17:29:09 maya Exp $ VERSION= 4.6.6 DISTNAME= xen-${VERSION} @@ -22,7 +22,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 MAKE_ENV+= OCAML_TOOLS=no |