From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7AE62138262 for ; Thu, 19 May 2016 18:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE9EB21C054; Thu, 19 May 2016 18:24:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F94A21C054 for ; Thu, 19 May 2016 18:24:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB7E7340B63 for ; Thu, 19 May 2016 18:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E83D87B for ; Thu, 19 May 2016 18:24:40 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1463682273.2a88bae3f99a3b27093374276b2537d443e5b7ba.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenlive/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdenlive/kdenlive-16.04.1.ebuild X-VCS-Directories: kde-apps/kdenlive/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 2a88bae3f99a3b27093374276b2537d443e5b7ba X-VCS-Branch: master Date: Thu, 19 May 2016 18:24:40 +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: 2946d249-eb81-4fef-a22e-5719670bac72 X-Archives-Hash: d450a7c7630289b14e7d0355098aab23 commit: 2a88bae3f99a3b27093374276b2537d443e5b7ba Author: Johannes Huber gentoo org> AuthorDate: Thu May 19 18:24:24 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 19 18:24:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a88bae3 kde-apps/kdenlive: DEPEND on dev-qt/qtquickcontrols Gentoo-bug: 583426 Package-Manager: portage-2.3.0_rc1 kde-apps/kdenlive/kdenlive-16.04.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kdenlive/kdenlive-16.04.1.ebuild b/kde-apps/kdenlive/kdenlive-16.04.1.ebuild index 7564181..9805c76 100644 --- a/kde-apps/kdenlive/kdenlive-16.04.1.ebuild +++ b/kde-apps/kdenlive/kdenlive-16.04.1.ebuild @@ -42,6 +42,7 @@ RDEPEND=" $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui 'gles2=') $(add_qt_dep qtnetwork) + $(add_qt_dep qtquickcontrols) $(add_qt_dep qtscript) $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets)