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 06561138350 for ; Wed, 26 Feb 2020 12:55:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27A67E0893; Wed, 26 Feb 2020 12:55:18 +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 07966E0893 for ; Wed, 26 Feb 2020 12:55:18 +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 E9B2134F2B5 for ; Wed, 26 Feb 2020 12:55:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0734710B for ; Wed, 26 Feb 2020 12:55:15 +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: <1582721444.a35f9c69843a8d5d8e3d81390baa1dbe5e80a696.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/kmplayer/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/kmplayer/kmplayer-9999.ebuild X-VCS-Directories: media-video/kmplayer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a35f9c69843a8d5d8e3d81390baa1dbe5e80a696 X-VCS-Branch: master Date: Wed, 26 Feb 2020 12:55:15 +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: a533161b-b496-48a3-907e-a85e01417c35 X-Archives-Hash: d8f0736488590e34adfd634af03dfadc commit: a35f9c69843a8d5d8e3d81390baa1dbe5e80a696 Author: Matt Turner gentoo org> AuthorDate: Tue Jan 14 22:42:22 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 26 12:50:44 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a35f9c69 media-video/kmplayer: Update x11-libs/cairo dependency Signed-off-by: Matt Turner gentoo.org> (cherry picked from commit 4c9a63189c05f848d74bc589a3c3742a00af90ad) Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/kmplayer/kmplayer-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/kmplayer/kmplayer-9999.ebuild b/media-video/kmplayer/kmplayer-9999.ebuild index 1efc85aac2..af90b5cf8b 100644 --- a/media-video/kmplayer/kmplayer-9999.ebuild +++ b/media-video/kmplayer/kmplayer-9999.ebuild @@ -46,7 +46,7 @@ DEPEND=" media-libs/phonon[qt5(+)] x11-libs/libX11 x11-libs/libxcb - cairo? ( x11-libs/cairo[xcb] ) + cairo? ( x11-libs/cairo[X,xcb(+)] ) npp? ( dev-libs/dbus-glib dev-libs/glib:2