From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD77F1382C5 for ; Sun, 8 Apr 2018 14:01:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB8B4E092C; Sun, 8 Apr 2018 14:01:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B66AEE092C for ; Sun, 8 Apr 2018 14:01:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6316335C09 for ; Sun, 8 Apr 2018 14:01:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD03826D for ; Sun, 8 Apr 2018 14:01:03 +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: <1523196043.14f0e161d6d0f31e5012b93847fa629b69b356d5.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/elisa/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/elisa/elisa-0.1.ebuild media-sound/elisa/elisa-9999.ebuild X-VCS-Directories: media-sound/elisa/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 14f0e161d6d0f31e5012b93847fa629b69b356d5 X-VCS-Branch: master Date: Sun, 8 Apr 2018 14:01:03 +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: b185e2b0-9631-4731-99db-3c02718ca3d8 X-Archives-Hash: 46f1799645a8bd097db4fbf37499e11d commit: 14f0e161d6d0f31e5012b93847fa629b69b356d5 Author: Johannes Huber gentoo org> AuthorDate: Sun Apr 8 14:00:43 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Apr 8 14:00:43 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=14f0e161 media-sound/elisa: Fix build w/o semantic-desktop kde-frameworks/kfilemetadata is always required. Upstream commit 175e4225a6c58cb0e9b90cf8785336c9b51bdd5a Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-sound/elisa/elisa-0.1.ebuild | 3 +-- media-sound/elisa/elisa-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/media-sound/elisa/elisa-0.1.ebuild b/media-sound/elisa/elisa-0.1.ebuild index 722936e3e4..0b4ac72680 100644 --- a/media-sound/elisa/elisa-0.1.ebuild +++ b/media-sound/elisa/elisa-0.1.ebuild @@ -24,6 +24,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep kfilemetadata) $(add_frameworks_dep ki18n) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtdeclarative) @@ -37,7 +38,6 @@ COMMON_DEPEND=" ) semantic-desktop? ( $(add_frameworks_dep baloo) - $(add_frameworks_dep kfilemetadata) ) " DEPEND="${COMMON_DEPEND} @@ -55,7 +55,6 @@ src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package mpris KF5DBusAddons) $(cmake-utils_use_find_package semantic-desktop KF5Baloo) - $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) ) kde5_src_configure diff --git a/media-sound/elisa/elisa-9999.ebuild b/media-sound/elisa/elisa-9999.ebuild index 722936e3e4..0b4ac72680 100644 --- a/media-sound/elisa/elisa-9999.ebuild +++ b/media-sound/elisa/elisa-9999.ebuild @@ -24,6 +24,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep kfilemetadata) $(add_frameworks_dep ki18n) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtdeclarative) @@ -37,7 +38,6 @@ COMMON_DEPEND=" ) semantic-desktop? ( $(add_frameworks_dep baloo) - $(add_frameworks_dep kfilemetadata) ) " DEPEND="${COMMON_DEPEND} @@ -55,7 +55,6 @@ src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package mpris KF5DBusAddons) $(cmake-utils_use_find_package semantic-desktop KF5Baloo) - $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) ) kde5_src_configure