From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1190332-garchives=archives.gentoo.org@lists.gentoo.org>
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 1F12C138359
	for <garchives@archives.gentoo.org>; Fri, 24 Jul 2020 21:21:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 56FBAE0872;
	Fri, 24 Jul 2020 21:21: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 3CEA7E0872
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jul 2020 21:21:03 +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 A631634DCEE
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jul 2020 21:21:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E9D5A2EF
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jul 2020 21:20:58 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1595576856.77a9154dff6ec2922cfa97bdbdfd84a87ae7dd5c.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-9999.ebuild
X-VCS-Directories: kde-frameworks/kwayland/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 77a9154dff6ec2922cfa97bdbdfd84a87ae7dd5c
X-VCS-Branch: master
Date: Fri, 24 Jul 2020 21:20:58 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a1d8ad3d-a30b-4bf3-b28d-1ec43b2de5f6
X-Archives-Hash: 2e6715cfdc6976be07e5896a0a441308

commit:     77a9154dff6ec2922cfa97bdbdfd84a87ae7dd5c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 07:47:36 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 07:47:36 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=77a9154d

kde-frameworks/kwayland: DEPEND on >=dev-libs/plasma-wayland-protocols-1.1

Upstream commit 2c22acc0796430ffb31c95071c6a7d8d5a0675c7

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/kwayland/kwayland-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/kwayland/kwayland-9999.ebuild b/kde-frameworks/kwayland/kwayland-9999.ebuild
index 29b86c9d06..7cc837a8cf 100644
--- a/kde-frameworks/kwayland/kwayland-9999.ebuild
+++ b/kde-frameworks/kwayland/kwayland-9999.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
 	media-libs/mesa[egl]
 "
 DEPEND="${RDEPEND}
+	>=dev-libs/plasma-wayland-protocols-1.1
 	>=dev-libs/wayland-protocols-1.15
 "