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 BA222138359 for ; Fri, 24 Jul 2020 21:21:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 966F7E0866; Fri, 24 Jul 2020 21:21:01 +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 7F293E0866 for ; Fri, 24 Jul 2020 21:21:01 +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 2D56534EE14 for ; Fri, 24 Jul 2020 21:21:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D8902EB for ; Fri, 24 Jul 2020 21:20:58 +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: <1595573470.41155d563768e6d548af6897ec5080151aeb4548.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwayland-server/kwayland-server-9999.ebuild X-VCS-Directories: kde-plasma/kwayland-server/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 41155d563768e6d548af6897ec5080151aeb4548 X-VCS-Branch: master Date: Fri, 24 Jul 2020 21:20:58 +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: 558d0876-7406-401f-b0c3-13bce3543e2e X-Archives-Hash: 981ada7ef75ad638a062880ec0b32258 commit: 41155d563768e6d548af6897ec5080151aeb4548 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 24 06:51:10 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 24 06:51:10 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=41155d56 kde-plasma/kwayland-server: Depend on plasma-wayland-protocols >=1.1 It is not yet reflected in upstream dependencies, but build fails after upstream commit 97fa1fb3023afbb88e3622b5256c21198d001f69. Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild index e4b9f50105..464be29ddc 100644 --- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild +++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild @@ -27,7 +27,7 @@ RDEPEND=" media-libs/mesa[egl] " DEPEND="${RDEPEND} - dev-libs/plasma-wayland-protocols + >=dev-libs/plasma-wayland-protocols-1.1 >=dev-libs/wayland-protocols-1.15 "