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 714EA13835A for ; Fri, 20 Nov 2020 07:29:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72BC3E0824; Fri, 20 Nov 2020 07:29:03 +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 25C63E0824 for ; Fri, 20 Nov 2020 07:29:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 833A9340F44 for ; Fri, 20 Nov 2020 07:29:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0440D43B for ; Fri, 20 Nov 2020 07:29:00 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1605857331.8fb8c49bbbcb6828579ab62b3b868a943d983255.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwayland-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwayland-server/kwayland-server-5.20.3.ebuild X-VCS-Directories: kde-plasma/kwayland-server/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 8fb8c49bbbcb6828579ab62b3b868a943d983255 X-VCS-Branch: master Date: Fri, 20 Nov 2020 07:29:00 +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: e1a8a832-309c-41a1-8ec7-7bda564f4a9f X-Archives-Hash: 40599a10b154c9de5b249b7776f5280a commit: 8fb8c49bbbcb6828579ab62b3b868a943d983255 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Nov 19 18:24:29 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Nov 20 07:28:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb8c49b 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> kde-plasma/kwayland-server/kwayland-server-5.20.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/kwayland-server/kwayland-server-5.20.3.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.20.3.ebuild index 9ac4272b9ae..32972b455ed 100644 --- a/kde-plasma/kwayland-server/kwayland-server-5.20.3.ebuild +++ b/kde-plasma/kwayland-server/kwayland-server-5.20.3.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