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 95C75139000 for ; Thu, 29 Jul 2021 17:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10B13E08AD; Thu, 29 Jul 2021 17:43:13 +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 B8A0FE0821 for ; Thu, 29 Jul 2021 17:43:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 47B76342C6D for ; Thu, 29 Jul 2021 17:43:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB06F7A2 for ; Thu, 29 Jul 2021 17:43:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1627580554.3def864363093065f27c7a5bad065275736153df.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwayland-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwayland-server/kwayland-server-5.22.4.ebuild X-VCS-Directories: kde-plasma/kwayland-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3def864363093065f27c7a5bad065275736153df X-VCS-Branch: master Date: Thu, 29 Jul 2021 17:43:09 +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: 677abc9b-4a9e-4d0a-acaa-a3ee0323e63a X-Archives-Hash: f4fb0bbc048cab524c28cc53014a204d commit: 3def864363093065f27c7a5bad065275736153df Author: Matt Turner gentoo org> AuthorDate: Thu Jul 29 17:42:34 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jul 29 17:42:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3def8643 kde-plasma/kwayland-server: Prepare for mesa IUSE="egl gbm" removal Signed-off-by: Matt Turner gentoo.org> kde-plasma/kwayland-server/kwayland-server-5.22.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/kwayland-server/kwayland-server-5.22.4.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.22.4.ebuild index 428f62c44d5..c88866eebb1 100644 --- a/kde-plasma/kwayland-server/kwayland-server-5.22.4.ebuild +++ b/kde-plasma/kwayland-server/kwayland-server-5.22.4.ebuild @@ -27,7 +27,7 @@ RDEPEND=" >=dev-qt/qtgui-${QTMIN}:5[egl] >=dev-qt/qtwayland-${QTMIN}:5 >=kde-frameworks/kwayland-${KFMIN}:5 - media-libs/mesa[egl] + media-libs/mesa[egl(+)] " DEPEND="${RDEPEND} >=dev-libs/plasma-wayland-protocols-1.3.0