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 984A8138334 for ; Sat, 16 Mar 2019 22:42:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 886ECE099F; Sat, 16 Mar 2019 22:42:20 +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 5BBB0E099F for ; Sat, 16 Mar 2019 22:42:20 +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 4486D335D12 for ; Sat, 16 Mar 2019 22:42:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95C5856A for ; Sat, 16 Mar 2019 22:42:17 +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: <1552776101.a1cc6cafa37f7f3a4a060bfeed60348eb67a3c6a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild X-VCS-Directories: kde-misc/plasma-applet-weather-widget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a1cc6cafa37f7f3a4a060bfeed60348eb67a3c6a X-VCS-Branch: master Date: Sat, 16 Mar 2019 22:42:17 +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: 35df384e-6f80-49af-adb9-39bfd869f476 X-Archives-Hash: c66b662d835596a34ed8f2fa197a94b6 commit: a1cc6cafa37f7f3a4a060bfeed60348eb67a3c6a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 16 20:56:53 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 16 22:41:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1cc6caf kde-misc/plasma-applet-weather-widget: Need USE qml from qtxmlpatterns Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-applet-weather-widget-1.6.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild index 61cf7d41112..22f4f310aba 100644 --- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild +++ b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild @@ -17,7 +17,7 @@ IUSE="" DEPEND=" $(add_frameworks_dep plasma) - $(add_qt_dep qtxmlpatterns '' 5.12.1-r1) + $(add_qt_dep qtxmlpatterns 'qml(+)' 5.12.1-r1) " RDEPEND="${DEPEND}"