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 992C51382C5 for ; Tue, 6 Apr 2021 10:29:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD7DDE0885; Tue, 6 Apr 2021 10:29:19 +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 ADF2BE0885 for ; Tue, 6 Apr 2021 10:29:19 +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 D5AD9340D48 for ; Tue, 6 Apr 2021 10:29:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74BD2634 for ; Tue, 6 Apr 2021 10:29:17 +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: <1617704091.ca89bac6a4b4f3d4f872190f4bc55ed7a21a3a25.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwayland/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kwayland/kwayland-5.81.0.ebuild kde-frameworks/kwayland/kwayland-9999.ebuild X-VCS-Directories: kde-frameworks/kwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ca89bac6a4b4f3d4f872190f4bc55ed7a21a3a25 X-VCS-Branch: master Date: Tue, 6 Apr 2021 10:29:17 +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: 8ff4fb56-f414-4494-9f9a-c7628d743cfa X-Archives-Hash: ab1300ed24fa4e7a15199cc02af41dca commit: ca89bac6a4b4f3d4f872190f4bc55ed7a21a3a25 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 6 10:14:08 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 6 10:14:51 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ca89bac6 kde-frameworks/kwayland: Raise min plasma-wayland-protocols to 1.2.1 See also: https://mail.kde.org/pipermail/release-team/2021-April/012272.html Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwayland/kwayland-5.81.0.ebuild | 2 +- kde-frameworks/kwayland/kwayland-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kwayland/kwayland-5.81.0.ebuild b/kde-frameworks/kwayland/kwayland-5.81.0.ebuild index b0ff24b9c5..68751cdf76 100644 --- a/kde-frameworks/kwayland/kwayland-5.81.0.ebuild +++ b/kde-frameworks/kwayland/kwayland-5.81.0.ebuild @@ -26,6 +26,6 @@ RDEPEND=" media-libs/mesa[egl] " DEPEND="${RDEPEND} - >=dev-libs/plasma-wayland-protocols-1.2.0-r1 + >=dev-libs/plasma-wayland-protocols-1.2.1 >=dev-libs/wayland-protocols-1.15 " diff --git a/kde-frameworks/kwayland/kwayland-9999.ebuild b/kde-frameworks/kwayland/kwayland-9999.ebuild index 87dd1e2875..2b5a3eb581 100644 --- a/kde-frameworks/kwayland/kwayland-9999.ebuild +++ b/kde-frameworks/kwayland/kwayland-9999.ebuild @@ -26,6 +26,6 @@ RDEPEND=" media-libs/mesa[egl] " DEPEND="${RDEPEND} - >=dev-libs/plasma-wayland-protocols-1.2.0-r1 + >=dev-libs/plasma-wayland-protocols-1.2.1 >=dev-libs/wayland-protocols-1.15 "