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 0ED02138359 for ; Sat, 21 Nov 2020 08:46:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3492EE07A7; Sat, 21 Nov 2020 08:46:38 +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 17C1FE07A7 for ; Sat, 21 Nov 2020 08:46:38 +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 8D897340DE0 for ; Sat, 21 Nov 2020 08:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA31244C for ; Sat, 21 Nov 2020 08:46:34 +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: <1605948377.a724b8ab494c86ac6fe4ad93675572252f62a1a3.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-5.20.49.9999.ebuild 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: a724b8ab494c86ac6fe4ad93675572252f62a1a3 X-VCS-Branch: master Date: Sat, 21 Nov 2020 08:46:34 +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: 7bb7dd32-9138-4be7-9a18-a92edc333001 X-Archives-Hash: 849cf965e7a5ba330608c57c6eb662d3 commit: a724b8ab494c86ac6fe4ad93675572252f62a1a3 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Nov 19 18:24:29 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 21 08:46:17 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a724b8ab kde-plasma/kwayland-server: update wayland-protocols DEPEND Upgrade ordering is not upgrading wayland-protocols prior to kde-plasma/kwayland-server, leading to a build failure with: `* WaylandProtocols (required version >= 1.18)` Update DEPEND to fix emerge ordering. Signed-off-by: Robin H. Johnson gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild | 2 +- kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild index eb8f01fbd2..0c011d3aa6 100644 --- a/kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild +++ b/kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild @@ -28,7 +28,7 @@ RDEPEND=" " DEPEND="${RDEPEND} >=dev-libs/plasma-wayland-protocols-1.1.1 - >=dev-libs/wayland-protocols-1.15 + >=dev-libs/wayland-protocols-1.18 " # All failing, I guess we need a virtual wayland server diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild index cc624c64de..587800f1d3 100644 --- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild +++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild @@ -28,7 +28,7 @@ RDEPEND=" " DEPEND="${RDEPEND} >=dev-libs/plasma-wayland-protocols-1.1.1 - >=dev-libs/wayland-protocols-1.15 + >=dev-libs/wayland-protocols-1.18 " # All failing, I guess we need a virtual wayland server