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 46374138ACE for ; Fri, 26 Dec 2014 15:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D3DBE0AD0; Fri, 26 Dec 2014 15:51:07 +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 8004AE0AE5 for ; Fri, 26 Dec 2014 15:51:06 +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 88A30340562 for ; Fri, 26 Dec 2014 15:51:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E193D6B8 for ; Fri, 26 Dec 2014 15:51:04 +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: <1419609027.2007dfc8ef5797115cab37f679644e612a6d34c2.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-contact-runner/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild X-VCS-Directories: net-im/ktp-contact-runner/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2007dfc8ef5797115cab37f679644e612a6d34c2 X-VCS-Branch: master Date: Fri, 26 Dec 2014 15:51:04 +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: a2f76606-9029-4d16-abc8-18307b71a377 X-Archives-Hash: 978b09a86c9a4ae1222804a0f3be44ba commit: 2007dfc8ef5797115cab37f679644e612a6d34c2 Author: Karol Herbst karolherbst de> AuthorDate: Mon Dec 15 13:19:47 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Dec 26 15:50:27 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2007dfc8 [net-im/ktp-contact-runner] fix deps --- net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild index 7b77eaa..d921a64 100644 --- a/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild +++ b/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild @@ -15,12 +15,12 @@ IUSE="" DEPEND=" $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) $(add_frameworks_dep krunner) dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 + dev-qt/qtwidgets:5 net-im/ktp-common-internals:5 net-libs/telepathy-qt[qt5] "