From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1109797-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 6645B138335
	for <garchives@archives.gentoo.org>; Sun,  8 Sep 2019 18:23:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B3FF0E09A2;
	Sun,  8 Sep 2019 18:23:04 +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 983E7E0964
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Sep 2019 18:23:04 +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 C9DB934AEBE
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Sep 2019 18:23:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B1147E5
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Sep 2019 18:23:02 +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: <1567966535.5f8bf7a13dddaaf79a54c3e13eba63a6798afccd.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.62.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: 5f8bf7a13dddaaf79a54c3e13eba63a6798afccd
X-VCS-Branch: master
Date: Sun,  8 Sep 2019 18:23:02 +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: d770ad9f-296c-47c5-92eb-b90d8309c323
X-Archives-Hash: 17fe0d93b3a0124ec433a7644a4bd3b8

commit:     5f8bf7a13dddaaf79a54c3e13eba63a6798afccd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  8 18:15:35 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  8 18:15:35 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5f8bf7a1

kde-frameworks/kwayland: dev-libs/wayland-protocols is DEPEND only

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

 kde-frameworks/kwayland/kwayland-5.62.0.ebuild | 6 ++++--
 kde-frameworks/kwayland/kwayland-9999.ebuild   | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/kwayland/kwayland-5.62.0.ebuild b/kde-frameworks/kwayland/kwayland-5.62.0.ebuild
index 5d8eff347d..14617478e0 100644
--- a/kde-frameworks/kwayland/kwayland-5.62.0.ebuild
+++ b/kde-frameworks/kwayland/kwayland-5.62.0.ebuild
@@ -13,14 +13,16 @@ LICENSE="LGPL-2.1"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
 	$(add_qt_dep qtconcurrent)
 	$(add_qt_dep qtgui 'egl')
 	>=dev-libs/wayland-1.15.0
 	media-libs/mesa[egl]
+"
+DEPEND="${COMMON_DEPEND}
 	>=dev-libs/wayland-protocols-1.15
 "
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
 	$(add_qt_dep qtwayland)
 "
 

diff --git a/kde-frameworks/kwayland/kwayland-9999.ebuild b/kde-frameworks/kwayland/kwayland-9999.ebuild
index b4c7932a82..fb33d49984 100644
--- a/kde-frameworks/kwayland/kwayland-9999.ebuild
+++ b/kde-frameworks/kwayland/kwayland-9999.ebuild
@@ -13,14 +13,16 @@ LICENSE="LGPL-2.1"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
 	$(add_qt_dep qtconcurrent)
 	$(add_qt_dep qtgui 'egl')
 	>=dev-libs/wayland-1.15.0
 	media-libs/mesa[egl]
+"
+DEPEND="${COMMON_DEPEND}
 	>=dev-libs/wayland-protocols-1.15
 "
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
 	$(add_qt_dep qtwayland)
 "