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 62FC259CAF for ; Thu, 7 Apr 2016 12:03:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D51DAE086C; Thu, 7 Apr 2016 12:03:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82BA3E086C for ; Thu, 7 Apr 2016 12:03:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A82D1340E75 for ; Thu, 7 Apr 2016 12:03:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71759CA for ; Thu, 7 Apr 2016 12:03:54 +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: <1460030623.46be0f6d6e64d8b2e65656cd1fd867e970828872.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/dolphin/dolphin-15.12.3-r1.ebuild kde-apps/dolphin/dolphin-15.12.3.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 46be0f6d6e64d8b2e65656cd1fd867e970828872 X-VCS-Branch: master Date: Thu, 7 Apr 2016 12:03:54 +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: 93cb3df7-f776-4b2b-a451-d7d22a700b9e X-Archives-Hash: 79279ac60269e86de193fd239611343c commit: 46be0f6d6e64d8b2e65656cd1fd867e970828872 Author: Michael Palimaka gentoo org> AuthorDate: Thu Apr 7 12:02:18 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 7 12:03:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46be0f6d kde-apps/dolphin: fix semantic-desktop USE flag Package-Manager: portage-2.2.28 .../dolphin/{dolphin-15.12.3.ebuild => dolphin-15.12.3-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/dolphin/dolphin-15.12.3.ebuild b/kde-apps/dolphin/dolphin-15.12.3-r1.ebuild similarity index 91% rename from kde-apps/dolphin/dolphin-15.12.3.ebuild rename to kde-apps/dolphin/dolphin-15.12.3-r1.ebuild index e1b8a6c..8ac2c19 100644 --- a/kde-apps/dolphin/dolphin-15.12.3.ebuild +++ b/kde-apps/dolphin/dolphin-15.12.3-r1.ebuild @@ -66,8 +66,9 @@ RESTRICT="test" src_configure() { local mycmakeargs=( - -DWITH_KF5Baloo=$(usex semantic-desktop) - -DWITH_KF5BalooWidgets=$(usex semantic-desktop) + $(cmake-utils_use_find_package semantic-desktop KF5Baloo) + $(cmake-utils_use_find_package semantic-desktop KF5BalooWidgets) + $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) ) kde5_src_configure