From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-809041-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E1DCB138CD3 for <garchives@archives.gentoo.org>; Sun, 7 Jun 2015 22:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 130A9E08C9; Sun, 7 Jun 2015 22:47:09 +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 AE993E08C9 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Jun 2015 22:47:08 +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 57AE5340042 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Jun 2015 22:47:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 830CBA14 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Jun 2015 22:47:03 +0000 (UTC) From: "Johannes Huber" <johu@gentoo.org> 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" <johu@gentoo.org> Message-ID: <1433715663.49a0a6f696e3cfd231fb1a7d03e2f41d72c98fec.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-calendar/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild X-VCS-Directories: kde-apps/akonadi-calendar/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 49a0a6f696e3cfd231fb1a7d03e2f41d72c98fec X-VCS-Branch: master Date: Sun, 7 Jun 2015 22:47:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c3b953e1-f697-4f27-8d31-0152ac666015 X-Archives-Hash: 76949cde5871a7c5ffffd03dcbce3319 commit: 49a0a6f696e3cfd231fb1a7d03e2f41d72c98fec Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun Jun 7 22:21:03 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Jun 7 22:21:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=49a0a6f6 [kde-apps/akonadi-calendar] Update dependencies Package-Manager: portage-2.2.20 kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild index 1419a22..9c4c282 100644 --- a/kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild +++ b/kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild @@ -13,19 +13,30 @@ KEYWORDS="" IUSE="" RDEPEND=" - $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwallet) + $(add_frameworks_dep kxmlgui) $(add_kdeapps_dep kcalcore) $(add_kdeapps_dep kcalutils) $(add_kdeapps_dep kcontacts) $(add_kdeapps_dep kdepimlibs) $(add_kdeapps_dep kidentitymanagement) $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 " DEPEND="${RDEPEND}"