From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6EE9138350 for ; Sat, 4 Apr 2020 10:57:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DDDCE0BBA; Sat, 4 Apr 2020 10:57:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 143A7E0BBA for ; Sat, 4 Apr 2020 10:57:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5590934F116 for ; Sat, 4 Apr 2020 10:57:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18F7F154 for ; Sat, 4 Apr 2020 10:57:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1585997854.f183f53fc5f37c3acb7607abc9c5f933d7f0c3e0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/plasma/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/plasma/plasma-9999.ebuild X-VCS-Directories: kde-frameworks/plasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f183f53fc5f37c3acb7607abc9c5f933d7f0c3e0 X-VCS-Branch: master Date: Sat, 4 Apr 2020 10:57:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 06095daa-40d6-499e-bc6e-a772ca39a5d5 X-Archives-Hash: 42d241a4eb3379d355a36d73c2de35ce commit: f183f53fc5f37c3acb7607abc9c5f933d7f0c3e0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 4 10:57:34 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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)