svn commit: r458236 - head/x11-toolkits/py-kivy

Antoine Brodin antoine at FreeBSD.org
Sat Jan 6 09:17:41 UTC 2018


Author: antoine
Date: Sat Jan  6 09:17:39 2018
New Revision: 458236
URL: https://svnweb.freebsd.org/changeset/ports/458236

Log:
  Unbreak poudriere bulk -a, py-opencv works only with python 2.7
  
  Reported by:	pkg-fallout

Modified:
  head/x11-toolkits/py-kivy/Makefile

Modified: head/x11-toolkits/py-kivy/Makefile
==============================================================================
--- head/x11-toolkits/py-kivy/Makefile	Sat Jan  6 09:02:09 2018	(r458235)
+++ head/x11-toolkits/py-kivy/Makefile	Sat Jan  6 09:17:39 2018	(r458236)
@@ -21,7 +21,7 @@ TEST_DEPENDS=	nosetests-${PYTHON_VER}:devel/py-nose@${
 MAKE_ENV=	KIVY_NO_CONFIG=yes KIVY_NO_FILELOG=yes USE_OPENGL_ES2=1 \
 		PYTHONPATH=${WRKSRC}
 
-USES=		display:test python:2.7+ uniquefiles:dirs
+USES=		display:test python:2.7 uniquefiles:dirs
 USE_GITHUB=	yes
 USE_GL=		egl gl glesv2
 USE_PYTHON=	autoplist concurrent cython distutils


More information about the svn-ports-all mailing list