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 C4D38158064 for ; Mon, 6 May 2024 02:21:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15081E29E2; Mon, 6 May 2024 02:21:45 +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 CEA43E29E2 for ; Mon, 6 May 2024 02:21:44 +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 A6840343170 for ; Mon, 6 May 2024 02:21:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB7DE1710 for ; Mon, 6 May 2024 02:21:41 +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: <1714961994.d53257f5dc54dbfb051cbddaf92ddaa2dea887d6.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.39.1-r1.ebuild gui-wm/hyprland/hyprland-0.39.1-r2.ebuild X-VCS-Directories: gui-wm/hyprland/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: d53257f5dc54dbfb051cbddaf92ddaa2dea887d6 X-VCS-Branch: master Date: Mon, 6 May 2024 02:21:41 +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: fa422407-2995-4f1f-b62f-a1e31ccea2d8 X-Archives-Hash: a2fec265db986219e9d1b0e443668208 commit: d53257f5dc54dbfb051cbddaf92ddaa2dea887d6 Author: igna_martinoli protonmail com> AuthorDate: Sun May 5 00:44:46 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon May 6 02:19:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53257f5 gui-wm/hyprland: add libliftoff dependency hyprpm needs libliftoff to update plugins Closes: https://bugs.gentoo.org/931222 Closes: https://github.com/gentoo/gentoo/pull/36554 Acked-by: Julien Roy jroy.ca> Signed-off-by: igna_martinoli protonmail.com> Signed-off-by: Yixun Lan gentoo.org> gui-wm/hyprland/{hyprland-0.39.1-r1.ebuild => hyprland-0.39.1-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/gui-wm/hyprland/hyprland-0.39.1-r1.ebuild b/gui-wm/hyprland/hyprland-0.39.1-r2.ebuild similarity index 99% rename from gui-wm/hyprland/hyprland-0.39.1-r1.ebuild rename to gui-wm/hyprland/hyprland-0.39.1-r2.ebuild index 6b1a6eff78b2..1a1f34af97b0 100644 --- a/gui-wm/hyprland/hyprland-0.39.1-r1.ebuild +++ b/gui-wm/hyprland/hyprland-0.39.1-r2.ebuild @@ -28,6 +28,7 @@ HYPRPM_RDEPEND=" app-alternatives/ninja dev-build/cmake dev-build/meson + dev-libs/libliftoff dev-vcs/git virtual/pkgconfig "