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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 447F5158041 for ; Fri, 1 Mar 2024 01:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19D95E2A40; Fri, 1 Mar 2024 01:08:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE109E2A40 for ; Fri, 1 Mar 2024 01:08:52 +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 1EDA03430B9 for ; Fri, 1 Mar 2024 01:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7054D14E7 for ; Fri, 1 Mar 2024 01:08:50 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1709255163.a94b944972d2ea4bfebe96280c1c05137b17258a.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/hyprland/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/hyprland/hyprland-9999.ebuild X-VCS-Directories: gui-wm/hyprland/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: a94b944972d2ea4bfebe96280c1c05137b17258a X-VCS-Branch: master Date: Fri, 1 Mar 2024 01:08:50 +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: caa3ec5e-00be-430b-901b-02fdc20a6679 X-Archives-Hash: 82d1198f8adfdfb85b7ff3317c48030e commit: a94b944972d2ea4bfebe96280c1c05137b17258a Author: Julien Roy jroy ca> AuthorDate: Fri Mar 1 00:43:29 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Mar 1 01:06:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94b9449 gui-wm/hyprland: drop unneeded dependency in live ebuild Closes: https://github.com/gentoo/gentoo/pull/35583 Signed-off-by: Julien Roy jroy.ca> Signed-off-by: Yixun Lan gentoo.org> gui-wm/hyprland/hyprland-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild index 0af159a801c3..d0249e1bfa35 100644 --- a/gui-wm/hyprland/hyprland-9999.ebuild +++ b/gui-wm/hyprland/hyprland-9999.ebuild @@ -29,7 +29,6 @@ HYPRPM_RDEPEND=" dev-build/cmake dev-build/meson dev-vcs/git - sys-auth/polkit virtual/pkgconfig " # bundled wlroots has the following dependency string according to included headers.