From dc93912b9fdf0097e7f1f04ac7b4a188a6c5c9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?= Date: Sat, 6 Jul 2024 19:48:45 +0100 Subject: [PATCH] gui-libs/xdg-desktop-portal-hyprland: add missing qt6 iuse to 1.3.2-r1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gonçalo Negrier Duarte --- .../xdg-desktop-portal-hyprland-1.3.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.3.2-r1.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.3.2-r1.ebuild index 8c04bb0558..90ffc09a21 100644 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.3.2-r1.ebuild +++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.3.2-r1.ebuild @@ -18,8 +18,8 @@ fi LICENSE="MIT" SLOT="0" -IUSE="elogind systemd" -REQUIRED_USE="?? ( elogind systemd )" +IUSE="elogind qt6 systemd" +REQUIRED_USE="?? ( elogind qt6 systemd )" DEPEND=" >=media-video/pipewire-0.3.41:=