From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE7221581C1 for ; Sat, 6 Jul 2024 18:51:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E51212BC09A; Sat, 6 Jul 2024 18:51:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2BB72BC09A for ; Sat, 6 Jul 2024 18:51:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC2D0342F64 for ; Sat, 6 Jul 2024 18:51:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BDC6156D for ; Sat, 6 Jul 2024 18:51:48 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1720291891.dc93912b9fdf0097e7f1f04ac7b4a188a6c5c9ba.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/xdg-desktop-portal-hyprland/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.3.2-r1.ebuild X-VCS-Directories: gui-libs/xdg-desktop-portal-hyprland/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: dc93912b9fdf0097e7f1f04ac7b4a188a6c5c9ba X-VCS-Branch: dev Date: Sat, 6 Jul 2024 18:51:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa5d6bd4-f31e-4f14-82cb-5cff48d7c9eb X-Archives-Hash: df63bd981dcb4b194a2425764b141523 commit: dc93912b9fdf0097e7f1f04ac7b4a188a6c5c9ba Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Sat Jul 6 18:48:45 2024 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Sat Jul 6 18:51:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc93912b gui-libs/xdg-desktop-portal-hyprland: add missing qt6 iuse to 1.3.2-r1 Signed-off-by: Gonçalo Negrier Duarte gmail.com> .../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 8c04bb055..90ffc09a2 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:=