git: 80ce251a83cd - main - devel/py-llfuse: unbreak bulk -a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 12:52:38 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=80ce251a83cd173399fd8dabdae58bc6dfa08790
commit 80ce251a83cd173399fd8dabdae58bc6dfa08790
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-09-04 12:52:19 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2022-09-04 12:52:19 +0000
devel/py-llfuse: unbreak bulk -a
---
devel/py-llfuse/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-llfuse/Makefile b/devel/py-llfuse/Makefile
index a8d28a294f66..ff2cab2f18d8 100644
--- a/devel/py-llfuse/Makefile
+++ b/devel/py-llfuse/Makefile
@@ -11,7 +11,7 @@ LICENSE= LGPL20+
py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>0:devel/py-contextlib2@${PY_FLAVOR}
-USES= compiler:c++11-lang fuse pkgconfig python:-3.10 # 3.11 fails because llfuse.c includes longintrepr.h directly, see https://docs.python.org/3.11/whatsnew/3.11.html
+USES= compiler:c++11-lang fuse pkgconfig python:3.7-3.10 # 3.11 fails because llfuse.c includes longintrepr.h directly, see https://docs.python.org/3.11/whatsnew/3.11.html
USE_PYTHON= distutils autoplist
post-install: