pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot-rock64



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jan 19 18:54:51 UTC 2021

Modified Files:
        pkgsrc/sysutils/u-boot-rock64: Makefile

Log Message:
u-boot-rock64: requires python2


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/u-boot-rock64/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/u-boot-rock64/Makefile
diff -u pkgsrc/sysutils/u-boot-rock64/Makefile:1.7 pkgsrc/sysutils/u-boot-rock64/Makefile:1.8
--- pkgsrc/sysutils/u-boot-rock64/Makefile:1.7  Tue Aug 11 18:42:49 2020
+++ pkgsrc/sysutils/u-boot-rock64/Makefile      Tue Jan 19 18:54:51 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/08/11 18:42:49 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2021/01/19 18:54:51 nia Exp $
 
 PKGREVISION=           6
 UBOOT_TARGET=          rock64
@@ -26,5 +26,8 @@ DISTFILES+=           ${DDR_BIN}
 REPLACE_PYTHON+=       tools/dtoc/dtoc.py
 PYTHON_FOR_BUILD_ONLY= yes
 
+# SyntaxError: Missing parentheses in call to 'print'. Did you mean print(result)?
+PYTHON_VERSIONS_ACCEPTED=      27
+
 .include "../../lang/python/application.mk"
 .include "../../sysutils/u-boot/u-boot-arm64.mk"



Home | Main Index | Thread Index | Old Index