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 B1411138A3F for ; Sun, 5 Apr 2015 17:35:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DB00E0B68; Sun, 5 Apr 2015 17:35:52 +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 D6505E0B68 for ; Sun, 5 Apr 2015 17:35:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C39B9340931 for ; Sun, 5 Apr 2015 17:35:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2EDA1546F for ; Sun, 5 Apr 2015 17:35:46 +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: <1428255331.099d94f187b123f696aad57444640b2fedc9ad08.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcmutils/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kcmutils/kcmutils-5.9.0.ebuild kde-frameworks/kcmutils/kcmutils-9999.ebuild X-VCS-Directories: kde-frameworks/kcmutils/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 099d94f187b123f696aad57444640b2fedc9ad08 X-VCS-Branch: master Date: Sun, 5 Apr 2015 17:35:46 +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: 82eb2659-feb0-49ec-8579-b96095879789 X-Archives-Hash: 75ba56a3196985e6f31670120408f869 commit: 099d94f187b123f696aad57444640b2fedc9ad08 Author: Michael Palimaka gentoo org> AuthorDate: Sun Apr 5 17:35:31 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Apr 5 17:35:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=099d94f1 [kde-frameworks/kcmutils] Add new dependency. Upstream commit: 85ab5f968bce4a8b78ac1f2603d442f851ae1368 Package-Manager: portage-2.2.18 kde-frameworks/kcmutils/kcmutils-5.9.0.ebuild | 2 ++ kde-frameworks/kcmutils/kcmutils-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kde-frameworks/kcmutils/kcmutils-5.9.0.ebuild b/kde-frameworks/kcmutils/kcmutils-5.9.0.ebuild index dee938c..72d6dae 100644 --- a/kde-frameworks/kcmutils/kcmutils-5.9.0.ebuild +++ b/kde-frameworks/kcmutils/kcmutils-5.9.0.ebuild @@ -17,6 +17,7 @@ RDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kitemviews) @@ -24,6 +25,7 @@ RDEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 " diff --git a/kde-frameworks/kcmutils/kcmutils-9999.ebuild b/kde-frameworks/kcmutils/kcmutils-9999.ebuild index 04f8f58..07a58ca 100644 --- a/kde-frameworks/kcmutils/kcmutils-9999.ebuild +++ b/kde-frameworks/kcmutils/kcmutils-9999.ebuild @@ -17,6 +17,7 @@ RDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kitemviews) @@ -24,6 +25,7 @@ RDEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 "