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 AB5C1138B52 for ; Wed, 20 Feb 2013 23:26:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24C2621C01C; Wed, 20 Feb 2013 23:26:39 +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 935CE21C01C for ; Wed, 20 Feb 2013 23:26:38 +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 A326733E03A for ; Wed, 20 Feb 2013 23:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 422BBE407D for ; Wed, 20 Feb 2013 23:26:36 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1361402784.73fcbc72f2473cec40432b2aca29c951e90aed55.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/rekonq/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/rekonq/rekonq-9999.ebuild X-VCS-Directories: www-client/rekonq/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 73fcbc72f2473cec40432b2aca29c951e90aed55 X-VCS-Branch: master Date: Wed, 20 Feb 2013 23:26:36 +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: 7753d343-8e80-42f2-9d88-408884d16d76 X-Archives-Hash: beedc08f35b172b8229ad71fb6c315e5 commit: 73fcbc72f2473cec40432b2aca29c951e90aed55 Author: Jan Kundrát flaska net> AuthorDate: Sun Feb 17 16:11:35 2013 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed Feb 20 23:26:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=73fcbc72 [www-client/rekonq] Fix automagic dependency on Nepomuk The old version provided no way to disable Nepomuk if it was detected at the build time. --- www-client/rekonq/rekonq-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/www-client/rekonq/rekonq-9999.ebuild b/www-client/rekonq/rekonq-9999.ebuild index b6ba2a0..3f2bd66 100644 --- a/www-client/rekonq/rekonq-9999.ebuild +++ b/www-client/rekonq/rekonq-9999.ebuild @@ -32,7 +32,7 @@ src_configure() { local mycmakeargs=( $(cmake-utils_use_with opera QCA2) $(cmake-utils_use_with opera QtOAuth) - $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_find_package semantic-desktop NepomukCore) ) kde4-base_src_configure