From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6BDC51381FA for ; Tue, 20 May 2014 10:29:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C20BAE0B39; Tue, 20 May 2014 10:28:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5769DE0B39 for ; Tue, 20 May 2014 10:28:59 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5190C33FF45 for ; Tue, 20 May 2014 10:28:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id EB8DE1818D for ; Tue, 20 May 2014 10:28:56 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1400535402.387b580b558be8f036aa3d6dd95b2363114fb5a5.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-base/plasma-workspace/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 387b580b558be8f036aa3d6dd95b2363114fb5a5 X-VCS-Branch: master Date: Tue, 20 May 2014 10:28: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: 216f4b7e-9e38-4fa2-92f0-57d52f394433 X-Archives-Hash: 2547ea658feac2f95920a14ff1324d0d commit: 387b580b558be8f036aa3d6dd95b2363114fb5a5 Author: Elias Probst eliasprobst eu> AuthorDate: Mon May 19 21:34:03 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon May 19 21:36:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=387b580b [kde-base/plasma-workspace] Depends on qtquickcontrols[widgets] The plasmashell configuration dialog requires at least WidgetMessageDialog.qml which is provided by dev-qt/qtquickcontrols once it is built with the 'widgets' USE flag enabled. Package-Manager: portage-2.2.10 --- kde-base/plasma-workspace/plasma-workspace-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild index 3e06c8a..b6ce84b 100644 --- a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild @@ -72,7 +72,7 @@ COMMON_DEPEND=" " RDEPEND="${COMMON_DEPEND} $(add_kdemisc_dep milou) - dev-qt/qtquickcontrols:5 + dev-qt/qtquickcontrols:5[widgets] !kde-base/freespacenotifier:4 !kde-base/libkworkspace:4 !kde-base/libtaskmanager:4