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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E3DC158090 for ; Sun, 15 May 2022 12:19:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2E45E086A; Sun, 15 May 2022 12:19:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA64CE086A for ; Sun, 15 May 2022 12:19:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB6AA341D52 for ; Sun, 15 May 2022 12:19:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C57FB105 for ; Sun, 15 May 2022 12:18:57 +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: <1652617094.7f1ac5b6d4bb71d8f2c2ac347008c2a038382685.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kwayland/kwayland-5.94.0.ebuild X-VCS-Directories: kde-frameworks/kwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7f1ac5b6d4bb71d8f2c2ac347008c2a038382685 X-VCS-Branch: master Date: Sun, 15 May 2022 12:18:57 +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: a94b0079-c1d9-46a7-9707-f37b761f3699 X-Archives-Hash: b5061efdec5e76e55287f5c35d8bbc9a commit: 7f1ac5b6d4bb71d8f2c2ac347008c2a038382685 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 15 12:14:49 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 15 12:18:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1ac5b6 kde-frameworks/kwayland: Raise min plasma-wayland-protocols to 1.7.0 See also: https://invent.kde.org/frameworks/kwayland/-/merge_requests/59 Closes: https://bugs.gentoo.org/844871 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwayland/kwayland-5.94.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kwayland/kwayland-5.94.0.ebuild b/kde-frameworks/kwayland/kwayland-5.94.0.ebuild index 8fb7d7cb9f30..f1c56c0d339f 100644 --- a/kde-frameworks/kwayland/kwayland-5.94.0.ebuild +++ b/kde-frameworks/kwayland/kwayland-5.94.0.ebuild @@ -27,7 +27,7 @@ RDEPEND=" media-libs/libglvnd " DEPEND="${RDEPEND} - >=dev-libs/plasma-wayland-protocols-1.4.0 + >=dev-libs/plasma-wayland-protocols-1.7.0 >=dev-libs/wayland-protocols-1.15 sys-kernel/linux-headers "