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/xenkernel411 | |
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/xenkernel411')
-rw-r--r-- | sysutils/xenkernel411/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xenkernel411/Makefile b/sysutils/xenkernel411/Makefile index 027ee97825a..5e1953c847e 100644 --- a/sysutils/xenkernel411/Makefile +++ b/sysutils/xenkernel411/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/07/24 13:40:11 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/24 17:29:09 maya Exp $ VERSION= 4.11.0 #PKGREVISION= 4 @@ -23,7 +23,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_ACCEPTED= 27 MAKE_ENV+= OCAML_TOOLS=no .if defined(PKGREVISION) && !empty(PKGREVISION) && (${PKGREVISION} != "0") |