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 F1D3A138A87 for ; Wed, 28 Jan 2015 20:27:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A27EFE0893; Wed, 28 Jan 2015 20:27:37 +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 29B57E0893 for ; Wed, 28 Jan 2015 20:27:37 +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 58DBC340675 for ; Wed, 28 Jan 2015 20:27:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EC4A10AFF for ; Wed, 28 Jan 2015 18:01:32 +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: <1422468073.ae1039a01e2c4388791a0549b3542fecd59c84c3.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: ae1039a01e2c4388791a0549b3542fecd59c84c3 X-VCS-Branch: master Date: Wed, 28 Jan 2015 18:01:32 +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: a0163242-9ee7-49be-908b-a00a23cfa1f2 X-Archives-Hash: ec3a1dc30304d20c4706f5bfb97cfe5c commit: ae1039a01e2c4388791a0549b3542fecd59c84c3 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jan 28 18:01:09 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jan 28 18:01:13 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ae1039a0 [kde-frameworks/kio] Add missing dependencies. Upstream commit: 7299eb3dc910da66f2c8cc8b895eabf67476e816 Upstream commit: 335f570fb401e96d2130617a50c0e7f492eddaf1 Package-Manager: portage-2.2.14 --- kde-frameworks/kio/kio-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-frameworks/kio/kio-9999.ebuild b/kde-frameworks/kio/kio-9999.ebuild index ace8399..9b18c1d 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 ktextwidgets) $(add_frameworks_dep kwallet) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) @@ -45,6 +46,7 @@ RDEPEND=" virtual/acl ) kerberos? ( virtual/krb5 ) + X? ( dev-qt/qtx11extras:5 ) !