From 4e191f5c257c3fd646a940b60308d789f778b3f9 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Thu, 3 Jul 2025 04:07:06 +0200 Subject: x11/xdg-desktop-portal-luminous: mark BROKEN on 32-bit after 2190ca1e79e6 error[E0283]: type annotations needed --> src/remotedesktop/state.rs:139:47 | 139 | if state == KeyState::Pressed.into() { | -- ^^^^ | | | type must be known at this point | = note: multiple `impl`s satisfying `u32: PartialEq<_>` found in the following crates: `core`, `glib`: - impl PartialEq for u32; - impl PartialEq for u32; help: try using a fully qualified path to specify the expected types | 139 - if state == KeyState::Pressed.into() { 139 + if state == >::into(KeyState::Pressed) { | error[E0283]: type annotations needed --> src/remotedesktop/state.rs:146:47 | 146 | if state == KeyState::Pressed.into() { | -- ^^^^ | | | type must be known at this point | = note: multiple `impl`s satisfying `u32: PartialEq<_>` found in the following crates: `core`, `glib`: - impl PartialEq for u32; - impl PartialEq for u32; help: try using a fully qualified path to specify the expected types | 146 - if state == KeyState::Pressed.into() { 146 + if state == >::into(KeyState::Pressed) { | Reported by: pkg-fallout --- x11/xdg-desktop-portal-luminous/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x11/xdg-desktop-portal-luminous/Makefile b/x11/xdg-desktop-portal-luminous/Makefile index 489e93f169ea..e1947a2e7866 100644 --- a/x11/xdg-desktop-portal-luminous/Makefile +++ b/x11/xdg-desktop-portal-luminous/Makefile @@ -10,6 +10,10 @@ WWW= https://github.com/waycrate/xdg-desktop-portal-luminous LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= https://github.com/waycrate/xdg-desktop-portal-luminous/issues/86 +BROKEN_i386= https://github.com/waycrate/xdg-desktop-portal-luminous/issues/86 +BROKEN_powerpc= https://github.com/waycrate/xdg-desktop-portal-luminous/issues/86 + LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= xdg-desktop-portal>0:deskutils/xdg-desktop-portal \ -- cgit v1.2.3