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 B36051382C5 for ; Mon, 23 Apr 2018 19:15:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1C52E0BF0; Mon, 23 Apr 2018 19:15:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AA8FBE0BF0 for ; Mon, 23 Apr 2018 19:15:54 +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 C4343335C0C for ; Mon, 23 Apr 2018 19:15:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2501127F for ; Mon, 23 Apr 2018 19:15:52 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1524510946.a7fad2f0f6afe9cce818d1b85df11b4b846a170a.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-9999.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: a7fad2f0f6afe9cce818d1b85df11b4b846a170a X-VCS-Branch: master Date: Mon, 23 Apr 2018 19:15:52 +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-Archives-Salt: 4e29414b-ade6-40a9-a449-a40ce14af1ba X-Archives-Hash: 7c6b9f7dcdd721f6cd3534276ab4a1c7 commit: a7fad2f0f6afe9cce818d1b85df11b4b846a170a Author: Craig Andrews gentoo org> AuthorDate: Mon Apr 23 19:15:30 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Apr 23 19:15:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7fad2f0 media-tv/kodi: Require >=dev-cpp/waylandpp-0.2.3 See https://github.com/xbmc/xbmc/commit/054fa007cf5d359ae081b4613f82ce394c6e679c Package-Manager: Portage-2.3.31, Repoman-2.3.9 media-tv/kodi/kodi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index aada1e2a269..6c08f6ebbc0 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -97,7 +97,7 @@ COMMON_DEPEND="${PYTHON_DEPS} system-ffmpeg? ( media-video/ffmpeg[vdpau] ) ) wayland? ( - >=dev-cpp/waylandpp-0.2.2:= + >=dev-cpp/waylandpp-0.2.3:= media-libs/mesa[wayland] >=dev-libs/wayland-protocols-1.7 >=x11-libs/libxkbcommon-0.4.1