pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/rust Fails with Python > 2.7 - add PYTHON_VERSION...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7390e423ca2d
branches:  trunk
changeset: 371747:7390e423ca2d
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Nov 20 16:02:59 2017 +0000

description:
Fails with Python > 2.7 - add PYTHON_VERSIONS_ACCEPTED=27

diffstat:

 lang/rust/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8caf9ea1d6c9 -r 7390e423ca2d lang/rust/Makefile
--- a/lang/rust/Makefile        Mon Nov 20 15:57:37 2017 +0000
+++ b/lang/rust/Makefile        Mon Nov 20 16:02:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/11/16 19:48:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2017/11/20 16:02:59 abs Exp $
 
 DISTNAME=      rustc-1.21.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -36,6 +36,8 @@
 
 UNLIMIT_RESOURCES+=    cputime
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 TEST_TARGET=   check
 
 # bin/* lib/*, but names vary



Home | Main Index | Thread Index | Old Index