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 0D25E139000 for ; Thu, 29 Jul 2021 18:44:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22CE0E08F6; Thu, 29 Jul 2021 18:44:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0519DE08F6 for ; Thu, 29 Jul 2021 18:44:19 +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 B4FB2342F0E for ; Thu, 29 Jul 2021 18:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22BE65C4 for ; Thu, 29 Jul 2021 18:44:15 +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: <1627584208.1fc49b2974c34549f06f56d6bb0d08ed4606b1e4.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: 1fc49b2974c34549f06f56d6bb0d08ed4606b1e4 X-VCS-Branch: master Date: Thu, 29 Jul 2021 18:44:15 +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: 2b7b163a-4377-4203-bc1c-f43f5e5df546 X-Archives-Hash: db610fe499f5aed84f4ef4be2080119a commit: 1fc49b2974c34549f06f56d6bb0d08ed4606b1e4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 29 18:43:13 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 29 18:43:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1fc49b29 kde-frameworks/plasma: Prepare for mesa IUSE="egl" removal Package-Manager: Portage-3.0.20, Repoman-3.0.3 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 e8307c9966..3561e027f0 100644 --- a/kde-frameworks/plasma/plasma-9999.ebuild +++ b/kde-frameworks/plasma/plasma-9999.ebuild @@ -49,7 +49,7 @@ RDEPEND=" !gles2-only? ( virtual/opengl ) wayland? ( =kde-frameworks/kwayland-${PVCUT}*:5 - media-libs/mesa[egl] + media-libs/mesa[egl(+)] ) X? ( >=dev-qt/qtx11extras-${QTMIN}:5