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 54A8A138334 for ; Wed, 15 Aug 2018 15:55:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BBBDE09FB; Wed, 15 Aug 2018 15:55:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 14400E09FB for ; Wed, 15 Aug 2018 15:55:00 +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 2A83D335CE4 for ; Wed, 15 Aug 2018 15:54:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24A8D2BA for ; Wed, 15 Aug 2018 15:54:56 +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: <1534348477.495e577a7669c4c34550673f9d348ebdc66aa98e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwin/kwin-5.13.49.9999.ebuild kde-plasma/kwin/kwin-9999.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 495e577a7669c4c34550673f9d348ebdc66aa98e X-VCS-Branch: master Date: Wed, 15 Aug 2018 15:54:56 +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-Archives-Salt: b45488e8-8955-4580-8006-1d422b97aca3 X-Archives-Hash: 14fb488ab8a18f37e2197d3e9b246efd commit: 495e577a7669c4c34550673f9d348ebdc66aa98e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 15 15:54:37 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 15 15:54:37 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=495e577a kde-plasma/kwin: Add missing RDEPENDs Package-Manager: Portage-2.3.46, Repoman-2.3.10 kde-plasma/kwin/kwin-5.13.49.9999.ebuild | 1 + kde-plasma/kwin/kwin-9999.ebuild | 2 ++ 2 files changed, 3 insertions(+) diff --git a/kde-plasma/kwin/kwin-5.13.49.9999.ebuild b/kde-plasma/kwin/kwin-5.13.49.9999.ebuild index 554797835b..c4a47deca5 100644 --- a/kde-plasma/kwin/kwin-5.13.49.9999.ebuild +++ b/kde-plasma/kwin/kwin-5.13.49.9999.ebuild @@ -70,6 +70,7 @@ COMMON_DEPEND=" caps? ( sys-libs/libcap ) " RDEPEND="${COMMON_DEPEND} + $(add_qt_dep qtquickcontrols) $(add_qt_dep qtvirtualkeyboard) multimedia? ( $(add_qt_dep qtmultimedia 'gstreamer,qml') ) !kde-plasma/kwin:4 diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index e8f125d774..cd0bdbe8ad 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -70,6 +70,8 @@ COMMON_DEPEND=" caps? ( sys-libs/libcap ) " RDEPEND="${COMMON_DEPEND} + $(add_qt_dep qtquickcontrols) + $(add_qt_dep qtquickcontrols2) $(add_qt_dep qtvirtualkeyboard) multimedia? ( $(add_qt_dep qtmultimedia 'gstreamer,qml') ) !kde-plasma/kwin:4