From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1587289-garchives=archives.gentoo.org@lists.gentoo.org> 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 8804115803E for <garchives@archives.gentoo.org>; Fri, 5 Jan 2024 10:36:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D01CF2BC143; Fri, 5 Jan 2024 10:36:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B7A912BC143 for <gentoo-commits@lists.gentoo.org>; Fri, 5 Jan 2024 10:36:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C6E53430E9 for <gentoo-commits@lists.gentoo.org>; Fri, 5 Jan 2024 10:36:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A44161300 for <gentoo-commits@lists.gentoo.org>; Fri, 5 Jan 2024 10:36:33 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1704450979.0359cd71dcbf34eddb87d4004e416a6f16548af9.sam@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.34.0.ebuild gui-wm/hyprland/hyprland-9999.ebuild X-VCS-Directories: gui-wm/hyprland/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0359cd71dcbf34eddb87d4004e416a6f16548af9 X-VCS-Branch: master Date: Fri, 5 Jan 2024 10:36:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cf032e21-74e4-4e7a-a865-483b105e5083 X-Archives-Hash: dab3a94d4c02ec933aef6115fdce382d commit: 0359cd71dcbf34eddb87d4004e416a6f16548af9 Author: Steffen Winter <steffen.winter <AT> proton <DOT> me> AuthorDate: Thu Jan 4 13:48:35 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 5 10:36:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0359cd71 gui-wm/hyprland: depend on app-alternatives/ninja Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me> Closes: https://github.com/gentoo/gentoo/pull/34638 Signed-off-by: Sam James <sam <AT> gentoo.org> gui-wm/hyprland/hyprland-0.34.0.ebuild | 2 +- gui-wm/hyprland/hyprland-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-wm/hyprland/hyprland-0.34.0.ebuild b/gui-wm/hyprland/hyprland-0.34.0.ebuild index bd3ac7a0d56e..9553992671aa 100644 --- a/gui-wm/hyprland/hyprland-0.34.0.ebuild +++ b/gui-wm/hyprland/hyprland-0.34.0.ebuild @@ -25,9 +25,9 @@ IUSE="X legacy-renderer systemd" # hyprpm (hyprland plugin manager) requires the dependencies at runtime # so that it can clone, compile and install plugins. HYPRPM_RDEPEND=" + app-alternatives/ninja dev-util/cmake dev-util/meson - dev-util/ninja dev-vcs/git sys-auth/polkit virtual/pkgconfig diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild index 56d4297657e4..83200a73a6b5 100644 --- a/gui-wm/hyprland/hyprland-9999.ebuild +++ b/gui-wm/hyprland/hyprland-9999.ebuild @@ -25,9 +25,9 @@ IUSE="X legacy-renderer systemd" # hyprpm (hyprland plugin manager) requires the dependencies at runtime # so that it can clone, compile and install plugins. HYPRPM_RDEPEND=" + app-alternatives/ninja dev-util/cmake dev-util/meson - dev-util/ninja dev-vcs/git sys-auth/polkit virtual/pkgconfig