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 56652139083 for ; Sat, 30 Sep 2017 12:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C712E0B78; Sat, 30 Sep 2017 12:59:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 79612E0B78 for ; Sat, 30 Sep 2017 12:59:42 +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 51C5C3416EC for ; Sat, 30 Sep 2017 12:59:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 852656AA2 for ; Sat, 30 Sep 2017 12:59:38 +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: <1506776343.959e434ea20b7aa0c8fdc232ef3313834efc38f2.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.11.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: 959e434ea20b7aa0c8fdc232ef3313834efc38f2 X-VCS-Branch: master Date: Sat, 30 Sep 2017 12:59:38 +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: 86afb5ed-b09f-4311-bfab-05ad90aff4d9 X-Archives-Hash: b788ec47c9b2fcffb0d3c1dd7603efbf commit: 959e434ea20b7aa0c8fdc232ef3313834efc38f2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 30 12:45:34 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 30 12:59:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=959e434e kde-plasma/kwin: Add dev-qt/qtvirtualkeyboard RDEPEND See also: https://mail.kde.org/pipermail/distributions/2017-March/000182.html Gentoo-bug: 602742 Package-Manager: Portage-2.3.10, Repoman-2.3.3 kde-plasma/kwin/kwin-5.11.49.9999.ebuild | 1 + kde-plasma/kwin/kwin-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-plasma/kwin/kwin-5.11.49.9999.ebuild b/kde-plasma/kwin/kwin-5.11.49.9999.ebuild index fe4ce5b7fd..3075ffbe2a 100644 --- a/kde-plasma/kwin/kwin-5.11.49.9999.ebuild +++ b/kde-plasma/kwin/kwin-5.11.49.9999.ebuild @@ -47,6 +47,7 @@ COMMON_DEPEND=" $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui 'gles2=') $(add_qt_dep qtscript) + $(add_qt_dep qtvirtualkeyboard) $(add_qt_dep qtwidgets) $(add_qt_dep qtx11extras) >=dev-libs/libinput-1.5 diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index f7ef8044dd..6d453d573f 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 qtvirtualkeyboard) $(add_qt_dep qtwidgets) $(add_qt_dep qtx11extras) >=dev-libs/libinput-1.5