diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-03-10 13:40:05 -0600 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-12 08:31:03 +0200 |
commit | 1b9945f4176b21073df3641bf4efbcd976eb650a (patch) | |
tree | 905337b5cc16f2382d85549c06d1f6dd35c31086 /gui-libs/wlroots | |
parent | gui-libs/wlroots: add 0.17.2 (diff) | |
download | gentoo-1b9945f4176b21073df3641bf4efbcd976eb650a.tar.gz gentoo-1b9945f4176b21073df3641bf4efbcd976eb650a.tar.bz2 gentoo-1b9945f4176b21073df3641bf4efbcd976eb650a.zip |
gui-libs/wlroots: sync live
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/35701
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/wlroots-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index 050f1751e8dd..ba9f5687e26a 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,7 +29,7 @@ REQUIRED_USE=" DEPEND=" >=dev-libs/wayland-1.22.0 media-libs/mesa[egl(+),gles2] - >=x11-libs/libdrm-2.4.118 + >=x11-libs/libdrm-2.4.120 x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 drm? ( @@ -62,7 +62,7 @@ RDEPEND=" ${DEPEND} " BDEPEND=" - >=dev-libs/wayland-protocols-1.32 + >=dev-libs/wayland-protocols-1.33 dev-util/wayland-scanner virtual/pkgconfig " |