Date: Thu, 9 Sep 2021 19:20:06 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5e5130e2946b - main - www/chromium: mark as not compatible with python 3.10 Message-ID: <202109091920.189JK68w019952@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e5130e2946bec09d2523b159e2231f8de052a83 commit 5e5130e2946bec09d2523b159e2231f8de052a83 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-09-09 19:13:15 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-09-09 19:13:44 +0000 www/chromium: mark as not compatible with python 3.10 --- www/chromium/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/chromium/Makefile b/www/chromium/Makefile index d60012118b32..0f4316cce144 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -69,7 +69,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ noto-basic>0:x11-fonts/noto-basic USES= bison compiler:c++17-lang cpe desktop-file-utils dos2unix gl gnome jpeg localbase:ldflags \ - ninja perl5 pkgconfig python:build shebangfix tar:xz xorg + ninja perl5 pkgconfig python:3.6-3.9,build shebangfix tar:xz xorg CPE_VENDOR= google CPE_PRODUCT= chrome
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109091920.189JK68w019952>