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 19B80138351 for ; Sun, 12 Apr 2020 14:38:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8A34E0A43; Sun, 12 Apr 2020 14:38:35 +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 D03B2E09F6 for ; Sun, 12 Apr 2020 14:38:35 +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 CA2B934F08E for ; Sun, 12 Apr 2020 14:38:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A14C1CD for ; Sun, 12 Apr 2020 14:38:33 +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: <1586695952.645c96f03193c1f30bcb783670925b49539d84ad.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: 645c96f03193c1f30bcb783670925b49539d84ad X-VCS-Branch: master Date: Sun, 12 Apr 2020 14:38:33 +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: 26885b89-fef3-4897-936d-9f7177f3e056 X-Archives-Hash: 7da79ee5a66cc6c3a5753b1213e2d57a commit: 645c96f03193c1f30bcb783670925b49539d84ad Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 12 12:52:32 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 12 12:52:32 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=645c96f0 kde-frameworks/kwayland: Update DEPENDs Upstream commit a009c8c0d91aabea7ac591ebc7265c003904970b Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwayland/kwayland-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/kde-frameworks/kwayland/kwayland-9999.ebuild b/kde-frameworks/kwayland/kwayland-9999.ebuild index 0caffc33fb..cba52b1564 100644 --- a/kde-frameworks/kwayland/kwayland-9999.ebuild +++ b/kde-frameworks/kwayland/kwayland-9999.ebuild @@ -15,18 +15,16 @@ LICENSE="LGPL-2.1" KEYWORDS="" IUSE="" -COMMON_DEPEND=" +RDEPEND=" >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5[egl] + >=dev-qt/qtwayland-${QTMIN}:5 >=dev-libs/wayland-1.15.0 media-libs/mesa[egl] " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} >=dev-libs/wayland-protocols-1.15 " -RDEPEND="${COMMON_DEPEND} - >=dev-qt/qtwayland-${QTMIN}:5 -" # All failing, I guess we need a virtual wayland server RESTRICT+=" test"