commit:     7cb5b8c8a1944842bf56faea47a6c1a93004974c
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Dec 12 02:04:28 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 08:13:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb5b8c8

gui-wm/hyprland: update live ebuild

Closes: https://github.com/gentoo/gentoo/pull/34198
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 gui-wm/hyprland/hyprland-9999.ebuild | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/gui-wm/hyprland/hyprland-9999.ebuild 
b/gui-wm/hyprland/hyprland-9999.ebuild
index 795779f199ad..cdbdbfd7b4ed 100644
--- a/gui-wm/hyprland/hyprland-9999.ebuild
+++ b/gui-wm/hyprland/hyprland-9999.ebuild
@@ -20,7 +20,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="X legacy-renderer systemd video_cards_nvidia"
+IUSE="X legacy-renderer systemd"
 
 # bundled wlroots has the following dependency string according to included 
headers.
 # wlroots[drm,gles2-renderer,libinput,x11-backend?,X?]
@@ -34,7 +34,7 @@ WLROOTS_RDEPEND="
        media-libs/mesa[egl(+),gles2]
        sys-apps/hwdata:=
        sys-auth/seatd:=
-       >=x11-libs/libdrm-2.4.114
+       >=x11-libs/libdrm-2.4.118
        x11-libs/libxkbcommon
        >=x11-libs/pixman-0.42.0
        virtual/libudev:=
@@ -97,16 +97,6 @@ pkg_setup() {
        fi
 }
 
-src_prepare() {
-       if use video_cards_nvidia; then
-               cd "${S}/subprojects/wlroots" || die
-               eapply "${S}/nix/patches/wlroots-nvidia.patch"
-               cd "${S}" || die
-       fi
-
-       default
-}
-
 src_configure() {
        local emesonargs=(
                $(meson_feature legacy-renderer legacy_renderer)

Reply via email to