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 4CA03138010 for ; Tue, 28 Aug 2012 07:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6440E05F2; Tue, 28 Aug 2012 07:09:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B63DDE05F2 for ; Tue, 28 Aug 2012 07:09:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10FB233D877 for ; Tue, 28 Aug 2012 07:09:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C67FCE5443 for ; Tue, 28 Aug 2012 07:09:48 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1346137540.5f514b47c81ca6e196e65b1f3e96167283027225.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdelibs/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdelibs/kdelibs-9999.ebuild X-VCS-Directories: kde-base/kdelibs/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5f514b47c81ca6e196e65b1f3e96167283027225 X-VCS-Branch: master Date: Tue, 28 Aug 2012 07:09:48 +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: 69f7bd01-a6a7-4e76-8009-b081c3562a03 X-Archives-Hash: a7a0a94fd1330d554cdb945111d8bc7e commit: 5f514b47c81ca6e196e65b1f3e96167283027225 Author: Johannes Huber gentoo org> AuthorDate: Tue Aug 28 07:05:40 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Aug 28 07:05:40 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5f514b47 [kde-base/kdelibs] Add nepomuk-widgets to PDEPEND. (Portage version: 2.2.0_alpha123/git/Linux x86_64, unsigned Manifest commit) --- kde-base/kdelibs/kdelibs-9999.ebuild | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/kde-base/kdelibs/kdelibs-9999.ebuild b/kde-base/kdelibs/kdelibs-9999.ebuild index da90413..c87f773 100644 --- a/kde-base/kdelibs/kdelibs-9999.ebuild +++ b/kde-base/kdelibs/kdelibs-9999.ebuild @@ -126,7 +126,10 @@ PDEPEND=" >=kde-misc/polkit-kde-kcmodules-0.98_pre20101127 >=sys-auth/polkit-kde-agent-0.99 ) - semantic-desktop? ( $(add_kdebase_dep nepomuk-core) ) + semantic-desktop? ( + $(add_kdebase_dep nepomuk-core) + $(add_kdebase_dep nepomuk-widgets) + ) " # Force the upgrade of plasma-workspace to a version that explicitly depends on kactivities