mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
x11-wm/leftwm: Ignore on i386
Fails to build on i386 with the error: a value of type `Vec<i32>` cannot be built from an iterator over elements of type `i64`
This commit is contained in:
parent
35b06fb149
commit
770e72063f
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ WWW= https://leftwm.org/
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||||
|
|
||||||
|
NOT_FOR_ARCHS= i386
|
||||||
|
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
|
USES= cargo desktop-file-utils xorg
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
USE_XORG= xinerama xrandr
|
USE_XORG= xinerama xrandr
|
||||||
|
|
Loading…
Add table
Reference in a new issue