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 9AC48138334 for ; Wed, 8 May 2019 18:04:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66A6AE07F1; Wed, 8 May 2019 18:04:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 46CE2E07F1 for ; Wed, 8 May 2019 18:04:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6DEF1343CE5 for ; Wed, 8 May 2019 18:04:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7760F5DF for ; Wed, 8 May 2019 18:04:40 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1557338669.7cc3c4a5da999e4d3ea4ede3cf2dcc3ac51e7fae.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-plugins/kipi-plugins/ X-VCS-Repository: proj/kde X-VCS-Files: media-plugins/kipi-plugins/kipi-plugins-9999.ebuild X-VCS-Directories: media-plugins/kipi-plugins/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7cc3c4a5da999e4d3ea4ede3cf2dcc3ac51e7fae X-VCS-Branch: master Date: Wed, 8 May 2019 18:04:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60f251bb-3caf-4d2e-947c-2982841b8084 X-Archives-Hash: 9d7466721a013629dc16f6de6e5ff676 commit: 7cc3c4a5da999e4d3ea4ede3cf2dcc3ac51e7fae Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 5 18:57:14 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 8 18:04:29 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7cc3c4a5 media-plugins/kipi-plugins: Fix cmake arg Upstream commit 76dca8e8459fe64ed066fd15cc0d7aea16d943b8 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-plugins/kipi-plugins/kipi-plugins-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/kipi-plugins/kipi-plugins-9999.ebuild b/media-plugins/kipi-plugins/kipi-plugins-9999.ebuild index a14ddbc333..e5c7924836 100644 --- a/media-plugins/kipi-plugins/kipi-plugins-9999.ebuild +++ b/media-plugins/kipi-plugins/kipi-plugins-9999.ebuild @@ -43,7 +43,7 @@ src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package flashexport KF5Archive) $(cmake-utils_use_find_package mediawiki KF5MediaWiki) - -DENABLE_KIO=$(usex remotestorage) + $(cmake-utils_use_find_package remotestorage KF5KIO) $(cmake-utils_use_find_package vkontakte KF5Vkontakte) )