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 BA9E413800E for ; Sat, 1 Feb 2014 18:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4C99E087D; Sat, 1 Feb 2014 18:24:43 +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 461BDE087D for ; Sat, 1 Feb 2014 18:24:43 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4934733BEDF for ; Sat, 1 Feb 2014 18:24:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 006471800B for ; Sat, 1 Feb 2014 18:24:40 +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: <1391279067.21c79a68a3f7f48ce6079b749b121e1008e1469f.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kparts/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kparts/kparts-9999.ebuild X-VCS-Directories: kde-frameworks/kparts/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 21c79a68a3f7f48ce6079b749b121e1008e1469f X-VCS-Branch: master Date: Sat, 1 Feb 2014 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: b5b503e8-c4fe-483a-80ca-9b7faa2ad86a X-Archives-Hash: e4870ac561ce1a06f5f8c7f797b27ffe commit: 21c79a68a3f7f48ce6079b749b121e1008e1469f Author: Michael Palimaka gentoo org> AuthorDate: Sat Feb 1 18:24:27 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Feb 1 18:24:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=21c79a68 [kde-frameworks/kparts] ktextwidgets actually is required for a header interface. Package-Manager: portage-2.2.7 --- kde-frameworks/kparts/kparts-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kparts/kparts-9999.ebuild b/kde-frameworks/kparts/kparts-9999.ebuild index e0ff362..9c0b5c6 100644 --- a/kde-frameworks/kparts/kparts-9999.ebuild +++ b/kde-frameworks/kparts/kparts-9999.ebuild @@ -21,6 +21,7 @@ RDEPEND=" $(add_frameworks_dep kjobwidgets) $(add_frameworks_dep knotifications) $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) dev-qt/qtgui:5