pkgsrc-WIP-changes archive

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

Python version required to be 2.7



Module Name:	pkgsrc-wip
Committed By:	mayuresh%acm.org@localhost <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Fri May 10 18:32:39 2019 +0000
Changeset:	a6f30371ebb5b27d7404620a12dbc74bb68f30b1

Modified Files:
	virtualbox/Makefile

Log Message:
Python version required to be 2.7

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a6f30371ebb5b27d7404620a12dbc74bb68f30b1

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

diffstat:
 virtualbox/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/virtualbox/Makefile b/virtualbox/Makefile
index 649ac85faf..78808082b7 100644
--- a/virtualbox/Makefile
+++ b/virtualbox/Makefile
@@ -30,6 +30,8 @@ WRKSRC=		${WRKDIR}/VirtualBox-${PKGVERSION_NOREV}
 HAS_CONFIGURE=	yes
 USE_LANGUAGES+=	c c++
 
+PYTHON_VERSIONS_ACCEPTED=       27
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Linux"


Home | Main Index | Thread Index | Old Index