commit: 6c0050760b497487e548b06f2eee526193b9c892 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu May 30 20:27:39 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu May 30 20:28:52 2024 +0000 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=6c005076
app-benchmarks/glmark2: Version bump to 2023.01 Closes: https://bugs.gentoo.org/932788 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> .../glmark2/{glmark2-2021.12.ebuild => glmark2-2023.01.ebuild} | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/app-benchmarks/glmark2/glmark2-2021.12.ebuild b/app-benchmarks/glmark2/glmark2-2023.01.ebuild similarity index 88% rename from app-benchmarks/glmark2/glmark2-2021.12.ebuild rename to app-benchmarks/glmark2/glmark2-2023.01.ebuild index 28e00b55..fbdb74af 100644 --- a/app-benchmarks/glmark2/glmark2-2021.12.ebuild +++ b/app-benchmarks/glmark2/glmark2-2023.01.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson @@ -18,7 +18,7 @@ RDEPEND=" virtual/jpeg:0= media-libs/libpng:0= - gles2? ( media-libs/mesa[gles2?] ) + gles2? ( media-libs/mesa[gles2(+)?] ) drm? ( x11-libs/libdrm media-libs/mesa[gbm(+)] @@ -39,10 +39,6 @@ BDEPEND=" REQUIRED_USE="|| ( opengl gles2 ) || ( drm wayland X )" -PATCHES=( - "${FILESDIR}"/${PV}-libmatrix-Add-missing-utility-include.patch -) - src_configure() { local flavors=()
