Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2021 08:18:35 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ec39c8b9c804 - main - devel/scons: the py27 flavor is no longer needed
Message-ID:  <202105270818.14R8IZKE085258@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec39c8b9c8048fe74ba8aeef32c0273ea358df0c

commit ec39c8b9c8048fe74ba8aeef32c0273ea358df0c
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2021-05-27 08:18:14 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2021-05-27 08:18:14 +0000

    devel/scons: the py27 flavor is no longer needed
---
 devel/scons/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/scons/Makefile b/devel/scons/Makefile
index 9fb8d30cd0cd..62dc6939896a 100644
--- a/devel/scons/Makefile
+++ b/devel/scons/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Build tool alternative to make
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		python:2.7+ shebangfix
+USES=		python:3.6+ shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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