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 2C5FC138359 for ; Sat, 1 Aug 2020 19:40:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC240E0A5C; Sat, 1 Aug 2020 19:40:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D80A9E0A5C for ; Sat, 1 Aug 2020 19:40:00 +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 0C29A34F3D1 for ; Sat, 1 Aug 2020 19:40:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 294112F3 for ; Sat, 1 Aug 2020 19:39: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: <1596308950.e821901c882225d7ce6d62db7175408d31237fbe.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: e821901c882225d7ce6d62db7175408d31237fbe X-VCS-Branch: master Date: Sat, 1 Aug 2020 19:39: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: be00eb0f-e03c-42ad-975d-01130390f70e X-Archives-Hash: 3fc651df1c2cce48ac27acdb31da9a79 commit: e821901c882225d7ce6d62db7175408d31237fbe Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 1 19:09:10 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 1 19:09:10 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e821901c kde-plasma/kwayland-server: DEPEND on plasma-wayland-protocols >=1.1.1 1.1.0 was breaking KWayland server at runtime. Package-Manager: Portage-3.0.1, 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 464be29ddc..89f24c0c24 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-1.1 + >=dev-libs/plasma-wayland-protocols-1.1.1 >=dev-libs/wayland-protocols-1.15 "