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 BC926158041 for ; Fri, 23 Feb 2024 00:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16045E2A40; Fri, 23 Feb 2024 00:50:58 +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 EEF6BE2A40 for ; Fri, 23 Feb 2024 00:50:57 +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 E85F93431CF for ; Fri, 23 Feb 2024 00:50:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 011D1B2F for ; Fri, 23 Feb 2024 00:50:55 +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: <1708649314.da5b997abc528660e8643aebb1fb3fd4015e71c9.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-0.35.0-r1.ebuild gui-wm/hyprland/hyprland-0.35.0.ebuild X-VCS-Directories: gui-wm/hyprland/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: da5b997abc528660e8643aebb1fb3fd4015e71c9 X-VCS-Branch: master Date: Fri, 23 Feb 2024 00:50:55 +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: 5a379039-9867-4b4f-a751-c57c25bc42ee X-Archives-Hash: 4e5ce407978935ee27bdb55294717fba commit: da5b997abc528660e8643aebb1fb3fd4015e71c9 Author: Julien Roy jroy ca> AuthorDate: Thu Feb 22 22:27:48 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Feb 23 00:48:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5b997a gui-wm/hyprland: drop polkit RDEPEND since it is no longer required https://github.com/hyprwm/Hyprland/commit/3656045ad88717fbc079c1ebb44c6f7d2ed85cf2 Signed-off-by: Julien Roy jroy.ca> Signed-off-by: Yixun Lan gentoo.org> gui-wm/hyprland/{hyprland-0.35.0.ebuild => hyprland-0.35.0-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/gui-wm/hyprland/hyprland-0.35.0.ebuild b/gui-wm/hyprland/hyprland-0.35.0-r1.ebuild similarity index 99% rename from gui-wm/hyprland/hyprland-0.35.0.ebuild rename to gui-wm/hyprland/hyprland-0.35.0-r1.ebuild index 640be8a77ac9..bd70e22a7247 100644 --- a/gui-wm/hyprland/hyprland-0.35.0.ebuild +++ b/gui-wm/hyprland/hyprland-0.35.0-r1.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.