git: d1e24ce967a2 - main - converters/py-webencodings: py27 flavor is no longer needed by the ports tree
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Jun 2022 09:29:36 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d1e24ce967a283372507c36cd7e951b0bb391604
commit d1e24ce967a283372507c36cd7e951b0bb391604
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-06-23 09:29:27 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2022-06-23 09:29:27 +0000
converters/py-webencodings: py27 flavor is no longer needed by the ports tree
---
converters/py-webencodings/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/converters/py-webencodings/Makefile b/converters/py-webencodings/Makefile
index 04fc6681f669..e8fb2b067a21 100644
--- a/converters/py-webencodings/Makefile
+++ b/converters/py-webencodings/Makefile
@@ -9,7 +9,7 @@ COMMENT= Character encoding aliases for legacy web content
LICENSE= BSD3CLAUSE
-USES= python:2.7+
+USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes