svn commit: r465933 - head/math/py-gmpy2

Yuri Victorovich yuri at FreeBSD.org
Thu Mar 29 22:02:54 UTC 2018


Author: yuri
Date: Thu Mar 29 22:02:53 2018
New Revision: 465933
URL: https://svnweb.freebsd.org/changeset/ports/465933

Log:
  math/py-gmpy2: Remove 2.7 limitation in USES=python
  
  It looks like it was there by mistake.

Modified:
  head/math/py-gmpy2/Makefile

Modified: head/math/py-gmpy2/Makefile
==============================================================================
--- head/math/py-gmpy2/Makefile	Thu Mar 29 21:54:21 2018	(r465932)
+++ head/math/py-gmpy2/Makefile	Thu Mar 29 22:02:53 2018	(r465933)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpc.so:math/mpc \
 		libmpfr.so:math/mpfr
 
-USES=		python:2.7 zip
+USES=		python zip
 USE_PYTHON=	distutils autoplist
 
 post-install:


More information about the svn-ports-all mailing list