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 9157415ACFB for ; Tue, 11 Apr 2023 08:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94325E085E; Tue, 11 Apr 2023 08:30:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C556E085E for ; Tue, 11 Apr 2023 08:30:23 +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 A8F77340D3A for ; Tue, 11 Apr 2023 08:30:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AE1F920 for ; Tue, 11 Apr 2023 08:30:20 +0000 (UTC) From: "Remigiusz Micielski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Remigiusz Micielski" Message-ID: <1681201805.eb7f98c72009e6f8b5d1b0933a5e8fd7a0bc696d.remigiusz.micielski@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-0.1.0.ebuild gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild X-VCS-Directories: gui-libs/xdg-desktop-portal-hyprland/ X-VCS-Committer: remigiusz.micielski X-VCS-Committer-Name: Remigiusz Micielski X-VCS-Revision: eb7f98c72009e6f8b5d1b0933a5e8fd7a0bc696d X-VCS-Branch: dev Date: Tue, 11 Apr 2023 08:30:20 +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: 4fb6454d-b7b6-45ef-a962-daf0aac4d09a X-Archives-Hash: 8980f4a856d0160fbaef257ba239044e commit: eb7f98c72009e6f8b5d1b0933a5e8fd7a0bc696d Author: Remigiusz Micielski gmail com> AuthorDate: Tue Apr 11 07:51:29 2023 +0000 Commit: Remigiusz Micielski gmail com> CommitDate: Tue Apr 11 08:30:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb7f98c7 gui-libs/xdg-desktop-portal-hyprland: add missing dependencies Signed-off-by: Remigiusz Micielski gmail.com> .../xdg-desktop-portal-hyprland-0.1.0.ebuild | 6 ++++-- .../xdg-desktop-portal-hyprland-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild index 159404539..5b195d545 100644 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild +++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild @@ -22,13 +22,15 @@ IUSE="elogind systemd" REQUIRED_USE="?? ( elogind systemd )" DEPEND=" + >=media-video/pipewire-0.3.41:= dev-libs/inih dev-libs/wayland + dev-qt/qtbase dev-qt/qtcore - dev-qt/qtwidgets dev-qt/qtgui + dev-qt/qtwayland:6 + dev-qt/qtwidgets media-libs/mesa - >=media-video/pipewire-0.3.41:= x11-libs/libdrm || ( systemd? ( >=sys-apps/systemd-237 ) diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild index 159404539..5b195d545 100644 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild +++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild @@ -22,13 +22,15 @@ IUSE="elogind systemd" REQUIRED_USE="?? ( elogind systemd )" DEPEND=" + >=media-video/pipewire-0.3.41:= dev-libs/inih dev-libs/wayland + dev-qt/qtbase dev-qt/qtcore - dev-qt/qtwidgets dev-qt/qtgui + dev-qt/qtwayland:6 + dev-qt/qtwidgets media-libs/mesa - >=media-video/pipewire-0.3.41:= x11-libs/libdrm || ( systemd? ( >=sys-apps/systemd-237 )