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 23AF01381F3 for ; Wed, 23 Oct 2013 21:19:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA18FE07FA; Wed, 23 Oct 2013 21:19:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 353FDE07FA for ; Wed, 23 Oct 2013 21:19:22 +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 0E82333F06B for ; Wed, 23 Oct 2013 21:19:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8B199E401D for ; Wed, 23 Oct 2013 21:12:16 +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: <1382562623.afbda54c1b7638a1b69ecb7b1c729d735817d60b.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild kde-base/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-base/plasma-workspace/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: afbda54c1b7638a1b69ecb7b1c729d735817d60b X-VCS-Branch: master Date: Wed, 23 Oct 2013 21:12:16 +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: c6194861-cadd-4daa-b4c5-db39dab36aa0 X-Archives-Hash: 6dabc371699215b10cd994723f0ff955 commit: afbda54c1b7638a1b69ecb7b1c729d735817d60b Author: Johannes Huber gentoo org> AuthorDate: Wed Oct 23 21:10:23 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Oct 23 21:10:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=afbda54c [kde-base/plasma-workspace] Fix USE semantic-desktop by Duncan <1i5t5.duncan cox.net> wrt bug #489186. Package-Manager: portage-2.2.7 --- kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild | 5 +++-- kde-base/plasma-workspace/plasma-workspace-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild index 5fee888..a028d5e 100644 --- a/kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild +++ b/kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild @@ -24,11 +24,10 @@ COMMONDEPEND=" !kde-misc/ktouchpadenabler $(add_kdebase_dep kactivities) $(add_kdebase_dep kdelibs 'semantic-desktop?') - $(add_kdebase_dep kdepimlibs) $(add_kdebase_dep kephal) $(add_kdebase_dep ksysguard) $(add_kdebase_dep libkworkspace) - $(add_kdebase_dep libplasmaclock) + $(add_kdebase_dep libplasmaclock 'semantic-desktop?') $(add_kdebase_dep libplasmagenericshell) $(add_kdebase_dep libtaskmanager) x11-libs/libX11 @@ -48,6 +47,7 @@ COMMONDEPEND=" qalculate? ( sci-libs/libqalculate ) semantic-desktop? ( dev-libs/soprano + $(add_kdebase_dep kdepimlibs) $(add_kdebase_dep nepomuk-core) ) " @@ -108,6 +108,7 @@ src_configure() { $(cmake-utils_use_with python PythonLibrary) $(cmake-utils_use_with qalculate) $(cmake-utils_use_with semantic-desktop Akonadi) + $(cmake-utils_use_with semantic-desktop KdepimLibs) $(cmake-utils_use_with semantic-desktop NepomukCore) $(cmake-utils_use_with semantic-desktop Soprano) -DWITH_Xmms=OFF diff --git a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild index 5fee888..a028d5e 100644 --- a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild @@ -24,11 +24,10 @@ COMMONDEPEND=" !kde-misc/ktouchpadenabler $(add_kdebase_dep kactivities) $(add_kdebase_dep kdelibs 'semantic-desktop?') - $(add_kdebase_dep kdepimlibs) $(add_kdebase_dep kephal) $(add_kdebase_dep ksysguard) $(add_kdebase_dep libkworkspace) - $(add_kdebase_dep libplasmaclock) + $(add_kdebase_dep libplasmaclock 'semantic-desktop?') $(add_kdebase_dep libplasmagenericshell) $(add_kdebase_dep libtaskmanager) x11-libs/libX11 @@ -48,6 +47,7 @@ COMMONDEPEND=" qalculate? ( sci-libs/libqalculate ) semantic-desktop? ( dev-libs/soprano + $(add_kdebase_dep kdepimlibs) $(add_kdebase_dep nepomuk-core) ) " @@ -108,6 +108,7 @@ src_configure() { $(cmake-utils_use_with python PythonLibrary) $(cmake-utils_use_with qalculate) $(cmake-utils_use_with semantic-desktop Akonadi) + $(cmake-utils_use_with semantic-desktop KdepimLibs) $(cmake-utils_use_with semantic-desktop NepomukCore) $(cmake-utils_use_with semantic-desktop Soprano) -DWITH_Xmms=OFF