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 51C671396D9 for ; Sat, 11 Nov 2017 19:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99F9EE1146; Sat, 11 Nov 2017 19:05:01 +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 7A270E1146 for ; Sat, 11 Nov 2017 19:05: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 07C5733C770 for ; Sat, 11 Nov 2017 19:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81BB19983 for ; Sat, 11 Nov 2017 19:04:57 +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: <1510426578.1883834de8ef65c2faeb489aa41320c745f9512f.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: 1883834de8ef65c2faeb489aa41320c745f9512f X-VCS-Branch: master Date: Sat, 11 Nov 2017 19:04:57 +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: c1cfcfa4-ee6b-4857-a70a-6d0d2f1acfe7 X-Archives-Hash: a507ea279f8c40c599b5ee8d90861e43 commit: 1883834de8ef65c2faeb489aa41320c745f9512f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 11 18:56:18 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 11 18:56:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1883834d kde-plasma/kwin: Add missing DEPEND Thanks-to: Duncan <1i5t5.duncan cox.net> Closes: https://bugs.gentoo.org/637146 Package-Manager: Portage-2.3.13, Repoman-2.3.4 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 86eeef82bc..1425c93aed 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -47,6 +47,7 @@ COMMON_DEPEND=" $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui 'gles2=') $(add_qt_dep qtscript) + $(add_qt_dep qtsensors) $(add_qt_dep qtwidgets) $(add_qt_dep qtx11extras) >=dev-libs/libinput-1.5