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 723E459CA2 for ; Sat, 13 Feb 2016 15:39:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E341E07C5; Sat, 13 Feb 2016 15:39:23 +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 E7399E07C5 for ; Sat, 13 Feb 2016 15:39:22 +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 CF34C340C2D for ; Sat, 13 Feb 2016 15:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30A968E9 for ; Sat, 13 Feb 2016 15:39:19 +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: <1455376025.646c3b5eba841a86cd9aa79e5b9782fa1a4db248.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin/dolphin-15.12.49.9999.ebuild kde-apps/dolphin/dolphin-9999.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 646c3b5eba841a86cd9aa79e5b9782fa1a4db248 X-VCS-Branch: master Date: Sat, 13 Feb 2016 15:39:19 +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: d703998b-b8b2-4cae-a03c-67a6912b7b9f X-Archives-Hash: 609ffc28fc461209e4e8e99f72074fb0 commit: 646c3b5eba841a86cd9aa79e5b9782fa1a4db248 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Feb 13 15:06:15 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Feb 13 15:07:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=646c3b5e kde-apps/dolphin: Fix ebuild for EAPI 6 Package-Manager: portage-2.2.27 kde-apps/dolphin/dolphin-15.12.49.9999.ebuild | 5 ++--- kde-apps/dolphin/dolphin-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild index 5676bf2..f998fa0 100644 --- a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild @@ -66,9 +66,8 @@ RESTRICT="test" src_configure() { local mycmakeargs=( - $(cmake-utils_use_with semantic-desktop KF5Baloo) - $(cmake-utils_use_with semantic-desktop KF5BalooWidgets) - $(cmake-utils_use_with semantic-desktop KF5FileMetaData) + -DWITH_KF5Baloo=$(usex semantic-desktop) + -DWITH_KF5BalooWidgets=$(usex semantic-desktop) ) kde5_src_configure diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index f8e3154..e537803 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -67,9 +67,8 @@ RESTRICT="test" src_configure() { local mycmakeargs=( - $(cmake-utils_use_with semantic-desktop KF5Baloo) - $(cmake-utils_use_with semantic-desktop KF5BalooWidgets) - $(cmake-utils_use_with semantic-desktop KF5FileMetaData) + -DWITH_KF5Baloo=$(usex semantic-desktop) + -DWITH_KF5BalooWidgets=$(usex semantic-desktop) ) kde5_src_configure