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 A3FA21387FD for ; Thu, 27 Mar 2014 07:14:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EFFDE0A7C; Thu, 27 Mar 2014 07:14:08 +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 12F9DE0A7C for ; Thu, 27 Mar 2014 07:14:08 +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 0F99033FD51 for ; Thu, 27 Mar 2014 07:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C8732188EF for ; Thu, 27 Mar 2014 07:14:05 +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: <1395904429.77616d12b368afdfc971993919e1021d4c05c926.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kio/kio-9999.ebuild X-VCS-Directories: kde-frameworks/kio/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 77616d12b368afdfc971993919e1021d4c05c926 X-VCS-Branch: master Date: Thu, 27 Mar 2014 07:14:05 +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: ae847f01-01a0-4448-ac86-b153aa8fc610 X-Archives-Hash: ed2954ad905c8ea1579f774df80cf1b9 commit: 77616d12b368afdfc971993919e1021d4c05c926 Author: Michael Palimaka gentoo org> AuthorDate: Thu Mar 27 07:13:49 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Mar 27 07:13:49 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=77616d12 [kde-frameworks/kio] Add new dependency. Introduced when upstream moved KPasswdServer from kde-runtime. Package-Manager: portage-2.2.8-r1 --- kde-frameworks/kio/kio-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kio/kio-9999.ebuild b/kde-frameworks/kio/kio-9999.ebuild index 2a1fb9c..1a5c487 100644 --- a/kde-frameworks/kio/kio-9999.ebuild +++ b/kde-frameworks/kio/kio-9999.ebuild @@ -27,6 +27,7 @@ RDEPEND=" $(add_frameworks_dep kjobwidgets) $(add_frameworks_dep knotifications) $(add_frameworks_dep kservice) + $(add_frameworks_dep kwallet) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui)