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 9CA44138CDC for ; Tue, 9 Jun 2015 18:50:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37210E081E; Tue, 9 Jun 2015 18:50:51 +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 CC145E0823 for ; Tue, 9 Jun 2015 18:50:50 +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 B099C340A23 for ; Tue, 9 Jun 2015 18:50:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDFE1A09 for ; Tue, 9 Jun 2015 18:50:43 +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: <1433875816.cd8755b0b7622b953baf92a6517177c12ffe2460.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/ktextwidgets/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/ktextwidgets/ktextwidgets-9999.ebuild X-VCS-Directories: kde-frameworks/ktextwidgets/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cd8755b0b7622b953baf92a6517177c12ffe2460 X-VCS-Branch: master Date: Tue, 9 Jun 2015 18:50:43 +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: e45000d1-136d-4d55-8a2a-893c31e3f083 X-Archives-Hash: 67e02462685732de131f5d943cdfd2d8 commit: cd8755b0b7622b953baf92a6517177c12ffe2460 Author: Michael Palimaka gentoo org> AuthorDate: Tue Jun 9 18:50:16 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Jun 9 18:50:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd8755b0 [kde-frameworks/ktextwidgets] Remove unused dependency. Upstream commit: c4be53bbcd233d3392bb01f8e0da5f9bb3ad9731 Package-Manager: portage-2.2.20 kde-frameworks/ktextwidgets/ktextwidgets-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-frameworks/ktextwidgets/ktextwidgets-9999.ebuild b/kde-frameworks/ktextwidgets/ktextwidgets-9999.ebuild index 2ee2002..007bc5f 100644 --- a/kde-frameworks/ktextwidgets/ktextwidgets-9999.ebuild +++ b/kde-frameworks/ktextwidgets/ktextwidgets-9999.ebuild @@ -23,7 +23,6 @@ RDEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep sonnet) - dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 "