Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/plasma/
Date: Thu, 29 Jul 2021 18:44:19
Message-Id: 1627584208.1fc49b2974c34549f06f56d6bb0d08ed4606b1e4.asturm@gentoo
1 commit: 1fc49b2974c34549f06f56d6bb0d08ed4606b1e4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 29 18:43:13 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 18:43:28 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1fc49b29
7
8 kde-frameworks/plasma: Prepare for mesa IUSE="egl" removal
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-frameworks/plasma/plasma-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/kde-frameworks/plasma/plasma-9999.ebuild b/kde-frameworks/plasma/plasma-9999.ebuild
17 index e8307c9966..3561e027f0 100644
18 --- a/kde-frameworks/plasma/plasma-9999.ebuild
19 +++ b/kde-frameworks/plasma/plasma-9999.ebuild
20 @@ -49,7 +49,7 @@ RDEPEND="
21 !gles2-only? ( virtual/opengl )
22 wayland? (
23 =kde-frameworks/kwayland-${PVCUT}*:5
24 - media-libs/mesa[egl]
25 + media-libs/mesa[egl(+)]
26 )
27 X? (
28 >=dev-qt/qtx11extras-${QTMIN}:5