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
