commit: f183f53fc5f37c3acb7607abc9c5f933d7f0c3e0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 4 10:57:34 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 4 10:57:34 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f183f53f
kde-frameworks/plasma: Fix gles2-only rename
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/plasma/plasma-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/plasma/plasma-9999.ebuild
b/kde-frameworks/plasma/plasma-9999.ebuild
index 8ffdf82330..a286ab37d0 100644
--- a/kde-frameworks/plasma/plasma-9999.ebuild
+++ b/kde-frameworks/plasma/plasma-9999.ebuild
@@ -64,7 +64,7 @@ RESTRICT+=" test"
src_configure() {
local mycmakeargs=(
- $(cmake_use_find_package !gles2 OpenGL)
+ $(cmake_use_find_package !gles2-only OpenGL)
$(cmake_use_find_package wayland EGL)
$(cmake_use_find_package wayland KF5Wayland)
$(cmake_use_find_package X X11)