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 32AB31395E2 for ; Sat, 26 Nov 2016 16:17:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92239E0B25; Sat, 26 Nov 2016 16:17:58 +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 7B7A6E0B25 for ; Sat, 26 Nov 2016 16:17:58 +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 A2A57341375 for ; Sat, 26 Nov 2016 16:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4229648B for ; Sat, 26 Nov 2016 16:17:56 +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: <1480165866.09961e73074d235659296c683f9f99565c314828.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 09961e73074d235659296c683f9f99565c314828 X-VCS-Branch: master Date: Sat, 26 Nov 2016 16:17:56 +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: aa1c4867-d23c-4b85-a7bd-12f1c98176b3 X-Archives-Hash: 54a3d6afb59a4192fba1217d179f5b94 commit: 09961e73074d235659296c683f9f99565c314828 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Nov 26 13:11:06 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Nov 26 13:11:06 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=09961e73 media-plugins/kipi-plugins: Use upstream provided build switch for KIO Package-Manager: portage-2.3.0 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 bc6fddb..9e999a1 100644 --- a/media-plugins/kipi-plugins/kipi-plugins-9999.ebuild +++ b/media-plugins/kipi-plugins/kipi-plugins-9999.ebuild @@ -77,7 +77,7 @@ src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package flashexport KF5Archive) $(cmake-utils_use_find_package mediawiki KF5MediaWiki) - $(cmake-utils_use_find_package remotestorage KF5KIO) + -DENABLE_KIO=$(usex remotestorage) $(cmake-utils_use_find_package vkontakte KF5Vkontakte) )