From 770e72063f2fd21ed13a1574cd89a87c794db221 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 30 Dec 2023 00:24:17 +0100 Subject: x11-wm/leftwm: Ignore on i386 Fails to build on i386 with the error: a value of type `Vec` cannot be built from an iterator over elements of type `i64` --- x11-wm/leftwm/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'x11-wm') diff --git a/x11-wm/leftwm/Makefile b/x11-wm/leftwm/Makefile index 046a615aa666..8b297ff57814 100644 --- a/x11-wm/leftwm/Makefile +++ b/x11-wm/leftwm/Makefile @@ -9,6 +9,9 @@ WWW= https://leftwm.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= a value of type `Vec` cannot be built from an iterator over elements of type `i64` + USES= cargo desktop-file-utils xorg USE_GITHUB= yes USE_XORG= xinerama xrandr -- cgit v1.2.3