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 92AEC138334 for ; Sun, 24 Feb 2019 00:01:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9477DE099B; Sun, 24 Feb 2019 00:01:00 +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 678B7E099B for ; Sun, 24 Feb 2019 00:01:00 +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 84B3933D7E3 for ; Sun, 24 Feb 2019 00:00:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8719326 for ; Sun, 24 Feb 2019 00:00: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: <1550942453.c43949cac250ff0db5a234e4125d3d58143e4a4f.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-9999.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c43949cac250ff0db5a234e4125d3d58143e4a4f X-VCS-Branch: master Date: Sun, 24 Feb 2019 00:00: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ca2177a-9f07-46f9-b4bb-9e974e2a969b X-Archives-Hash: 6585facacab9ce35ada8e5cc8985453e commit: c43949cac250ff0db5a234e4125d3d58143e4a4f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 23 17:20:53 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 23 17:20:53 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c43949ca kde-plasma/kwin: Add new RDEPEND Upstream commit 79eeea6b5822dfa416fa059c496636f983ad5a75 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/kwin-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index 3f60977051..dc24e073c6 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -70,6 +70,7 @@ COMMON_DEPEND=" caps? ( sys-libs/libcap ) " RDEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kirigami) $(add_qt_dep qtquickcontrols) $(add_qt_dep qtquickcontrols2) $(add_qt_dep qtvirtualkeyboard)