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 5036F138239 for ; Sun, 12 Apr 2020 21:56:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65747E0965; Sun, 12 Apr 2020 21:56:24 +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 4BE76E0965 for ; Sun, 12 Apr 2020 21:56:24 +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 DE10034F11D for ; Sun, 12 Apr 2020 21:56:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FE19150 for ; Sun, 12 Apr 2020 21:56:21 +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: <1586728573.d134894c91acbc625e43158ed944057e93981d7c.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.67.0.ebuild kde-frameworks/kwayland/kwayland-5.69.0-r1.ebuild kde-frameworks/kwayland/kwayland-5.69.0.ebuild X-VCS-Directories: kde-frameworks/kwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d134894c91acbc625e43158ed944057e93981d7c X-VCS-Branch: master Date: Sun, 12 Apr 2020 21:56:21 +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: 0f08847c-440f-4878-9b65-3ca371c56855 X-Archives-Hash: 0d4ffba5d82f90b72cf8b483b4f413fa commit: d134894c91acbc625e43158ed944057e93981d7c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 12 12:52:32 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 12 21:56:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d134894c 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-5.67.0.ebuild | 8 +++----- .../{kwayland-5.69.0.ebuild => kwayland-5.69.0-r1.ebuild} | 0 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/kde-frameworks/kwayland/kwayland-5.67.0.ebuild b/kde-frameworks/kwayland/kwayland-5.67.0.ebuild index 67d9b40b80d..6c3425656e5 100644 --- a/kde-frameworks/kwayland/kwayland-5.67.0.ebuild +++ b/kde-frameworks/kwayland/kwayland-5.67.0.ebuild @@ -15,18 +15,16 @@ LICENSE="LGPL-2.1" KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" 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" diff --git a/kde-frameworks/kwayland/kwayland-5.69.0.ebuild b/kde-frameworks/kwayland/kwayland-5.69.0-r1.ebuild similarity index 100% rename from kde-frameworks/kwayland/kwayland-5.69.0.ebuild rename to kde-frameworks/kwayland/kwayland-5.69.0-r1.ebuild