Date: Sun, 11 Feb 2024 11:49:47 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7de19bdbd6a0 - main - x11-wm/leftwm: mark broken on powerpc Message-ID: <202402111149.41BBnlnY085410@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=7de19bdbd6a02b53f3a9b798472313ba00f7d949 commit 7de19bdbd6a02b53f3a9b798472313ba00f7d949 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-02-09 02:02:54 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-02-11 11:48:48 +0000 x11-wm/leftwm: mark broken on powerpc --- x11-wm/leftwm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/leftwm/Makefile b/x11-wm/leftwm/Makefile index b427424a1143..df2c5011c050 100644 --- a/x11-wm/leftwm/Makefile +++ b/x11-wm/leftwm/Makefile @@ -10,7 +10,7 @@ WWW= https://leftwm.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -NOT_FOR_ARCHS= armv7 i386 +NOT_FOR_ARCHS= armv7 i386 powerpc NOT_FOR_ARCHS_REASON= a value of type `Vec<i32>` cannot be built from an iterator over elements of type `i64` USES= cargo desktop-file-utils xorg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402111149.41BBnlnY085410>