svn commit: r457960 - head/sysutils/py-distro
Ben Woods
woodsb02 at FreeBSD.org
Wed Jan 3 12:31:28 UTC 2018
Author: woodsb02
Date: Wed Jan 3 12:31:27 2018
New Revision: 457960
URL: https://svnweb.freebsd.org/changeset/ports/457960
Log:
sysutils/py-distro: Replace USES=python:2.7+ with USES=python
This aligns with the change made by antoine@ in r457499.
Reported by: jbeich
Modified:
head/sysutils/py-distro/Makefile
Modified: head/sysutils/py-distro/Makefile
==============================================================================
--- head/sysutils/py-distro/Makefile Wed Jan 3 12:28:45 2018 (r457959)
+++ head/sysutils/py-distro/Makefile Wed Jan 3 12:31:27 2018 (r457960)
@@ -13,7 +13,7 @@ COMMENT= Linux OS platform information API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python:2.7+ shebangfix
+USES= python shebangfix
USE_PYTHON= autoplist concurrent distutils
SHEBANG_FILES= query_local_distro.py
NO_ARCH= yes
More information about the svn-ports-all
mailing list