Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2022 12:52:38 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: 80ce251a83cd - main - devel/py-llfuse: unbreak bulk -a
Message-ID:  <202209041252.284CqcEe059595@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=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:



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