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 686DC139085 for ; Thu, 2 Feb 2017 11:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7EF6E0C3F; Thu, 2 Feb 2017 11:03:34 +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 A3676E0C3F for ; Thu, 2 Feb 2017 11:03:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9CB4234112A for ; Thu, 2 Feb 2017 11:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83F523B8E for ; Thu, 2 Feb 2017 11:03:29 +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: <1486033390.d9ad278a252abc6c9f4a7dbb7c7f71bd0cfe16c3.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdeplasma-addons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild X-VCS-Directories: kde-plasma/kdeplasma-addons/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d9ad278a252abc6c9f4a7dbb7c7f71bd0cfe16c3 X-VCS-Branch: master Date: Thu, 2 Feb 2017 11:03:29 +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: 7945a9e7-7da6-4c7c-86ec-b5540d228f3a X-Archives-Hash: 1bd65680c9cda9d4b0c623ecbc8680b9 commit: d9ad278a252abc6c9f4a7dbb7c7f71bd0cfe16c3 Author: Johannes Huber gentoo org> AuthorDate: Thu Feb 2 11:03:10 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Feb 2 11:03:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ad278a kde-plasma/kdeplasma-addons: Fix disable eigen Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild index e774df7..27bb9df 100644 --- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild +++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild @@ -42,7 +42,7 @@ src_configure() { local mycmakeargs=( -DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/" -DWITH_Nepomuk=OFF - -DCMAKE_DISABLE_FIND_PACKAGE_Eigen2=OFF + -DCMAKE_DISABLE_FIND_PACKAGE_Eigen2=ON $(cmake-utils_use_with attica LibAttica) $(cmake-utils_use_with desktopglobe Marble) $(cmake-utils_use_with exif Kexiv2)