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-plasma/kinfocenter/
Date: Thu, 29 Jul 2021 18:12:47
Message-Id: 1627582226.27c74668b18a1c788a72a3a724a56c06465bdae0.asturm@gentoo
1 commit: 27c74668b18a1c788a72a3a724a56c06465bdae0
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 29 17:42:16 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 18:10:26 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=27c74668
7
8 kde-plasma/kinfocenter: Prepare for mesa IUSE="egl gbm" removal
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild | 2 +-
14 kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild
18 index 273b5b3313..83ac32985c 100644
19 --- a/kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild
20 +++ b/kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild
21 @@ -49,7 +49,7 @@ DEPEND="
22 usb? ( virtual/libusb:1 )
23 wayland? (
24 >=kde-frameworks/kwayland-${KFMIN}:5
25 - media-libs/mesa[egl]
26 + media-libs/mesa[egl(+)]
27 )
28 "
29 RDEPEND="${DEPEND}
30
31 diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
32 index cb6f6d892a..c65c17c9a9 100644
33 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
34 +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
35 @@ -49,7 +49,7 @@ DEPEND="
36 usb? ( virtual/libusb:1 )
37 wayland? (
38 >=kde-frameworks/kwayland-${KFMIN}:5
39 - media-libs/mesa[egl]
40 + media-libs/mesa[egl(+)]
41 )
42 "
43 RDEPEND="${DEPEND}