Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2018 22:02:54 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465933 - head/math/py-gmpy2
Message-ID:  <201803292202.w2TM2smx059554@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803292202.w2TM2smx059554>