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 DA232138334 for ; Sun, 18 Aug 2019 11:40:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF014E0AA0; Sun, 18 Aug 2019 11:40:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 756EDE0AA0 for ; Sun, 18 Aug 2019 11:40:53 +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 58808349DA6 for ; Sun, 18 Aug 2019 11:40:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 941D9615 for ; Sun, 18 Aug 2019 11:40:50 +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: <1566128413.184165b9ed4eb72a416a48edced5296bdd55bf23.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.16.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: 184165b9ed4eb72a416a48edced5296bdd55bf23 X-VCS-Branch: master Date: Sun, 18 Aug 2019 11:40:50 +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: 32be4d85-abb6-4b72-80e2-a349f7e70ec1 X-Archives-Hash: 0860a845677a11d319e0d828afdaa6fd commit: 184165b9ed4eb72a416a48edced5296bdd55bf23 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 18 11:40:13 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 18 11:40:13 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=184165b9 kde-plasma/kinfocenter: DEPEND on media-libs/mesa[X(+)] Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kinfocenter/kinfocenter-5.16.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.16.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.16.49.9999.ebuild index 7614a0c816..639463c3b5 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.16.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.16.49.9999.ebuild @@ -40,7 +40,7 @@ COMMON_DEPEND=" ieee1394? ( sys-libs/libraw1394 ) opengl? ( $(add_qt_dep qtgui 'gles2=') - media-libs/mesa[gles2?] + media-libs/mesa[gles2?,X(+)] !gles2? ( media-libs/glu ) ) pci? ( sys-apps/pciutils ) diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild index 7614a0c816..639463c3b5 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -40,7 +40,7 @@ COMMON_DEPEND=" ieee1394? ( sys-libs/libraw1394 ) opengl? ( $(add_qt_dep qtgui 'gles2=') - media-libs/mesa[gles2?] + media-libs/mesa[gles2?,X(+)] !gles2? ( media-libs/glu ) ) pci? ( sys-apps/pciutils )