diff options
author | Steffen Winter <steffen.winter@proton.me> | 2024-01-04 14:48:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-05 10:36:19 +0000 |
commit | 0359cd71dcbf34eddb87d4004e416a6f16548af9 (patch) | |
tree | b2088bac2e14c3393335ae8ccac65a1d151ad498 /gui-wm | |
parent | media-sound/guitarix: restore parallel build (diff) | |
download | gentoo-0359cd71dcbf34eddb87d4004e416a6f16548af9.tar.gz gentoo-0359cd71dcbf34eddb87d4004e416a6f16548af9.tar.bz2 gentoo-0359cd71dcbf34eddb87d4004e416a6f16548af9.zip |
gui-wm/hyprland: depend on app-alternatives/ninja
Signed-off-by: Steffen Winter <steffen.winter@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/34638
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/hyprland/hyprland-0.34.0.ebuild | 2 | ||||
-rw-r--r-- | 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 |