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 21CE0139000 for ; Thu, 29 Jul 2021 18:12:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5811DE08AD; Thu, 29 Jul 2021 18:12:46 +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 36630E08AD for ; Thu, 29 Jul 2021 18:12:46 +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 71202342E5F for ; Thu, 29 Jul 2021 18:12:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02E785C4 for ; Thu, 29 Jul 2021 18:12:43 +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: <1627582226.27c74668b18a1c788a72a3a724a56c06465bdae0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild kde-plasma/kinfocenter/kinfocenter-9999.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 27c74668b18a1c788a72a3a724a56c06465bdae0 X-VCS-Branch: master Date: Thu, 29 Jul 2021 18:12:43 +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: 83a07d69-c88e-4eac-8c30-cb3858d39cd7 X-Archives-Hash: 865b266f5b76c751fb85cc2841846dc0 commit: 27c74668b18a1c788a72a3a724a56c06465bdae0 Author: Matt Turner gentoo org> AuthorDate: Thu Jul 29 17:42:16 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 29 18:10:26 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=27c74668 kde-plasma/kinfocenter: Prepare for mesa IUSE="egl gbm" removal Signed-off-by: Matt Turner gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild | 2 +- kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild index 273b5b3313..83ac32985c 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild @@ -49,7 +49,7 @@ DEPEND=" usb? ( virtual/libusb:1 ) wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 - media-libs/mesa[egl] + media-libs/mesa[egl(+)] ) " RDEPEND="${DEPEND} diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild index cb6f6d892a..c65c17c9a9 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -49,7 +49,7 @@ DEPEND=" usb? ( virtual/libusb:1 ) wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 - media-libs/mesa[egl] + media-libs/mesa[egl(+)] ) " RDEPEND="${DEPEND}