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 46319139086 for ; Fri, 30 Dec 2016 00:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE88C21C043; Fri, 30 Dec 2016 00:26:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AACF8E0C3D for ; Fri, 30 Dec 2016 00:26:12 +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 6285C3416A4 for ; Fri, 30 Dec 2016 00:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99A1824F1 for ; Fri, 30 Dec 2016 00:26:09 +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: <1483057477.d4dd78e39f92a275f8f7c049a6b70bee4ea7b21b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/labplot/labplot-9999.ebuild X-VCS-Directories: sci-visualization/labplot/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d4dd78e39f92a275f8f7c049a6b70bee4ea7b21b X-VCS-Branch: master Date: Fri, 30 Dec 2016 00:26:09 +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: 4349500f-d262-40e4-a400-87f203e11aa8 X-Archives-Hash: 59266b7f241869b7c551b373716806d0 commit: d4dd78e39f92a275f8f7c049a6b70bee4ea7b21b Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 30 00:21:28 2016 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 30 00:24:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4dd78e3 sci-visualization/labplot: Fix configure Package-Manager: portage-2.3.0 sci-visualization/labplot/labplot-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index ac5f373..d81dfe2 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -65,7 +65,7 @@ src_configure() { -DENABLE_CANTOR=$(usex cantor) -DENABLE_FFTW=$(usex fftw) -DENABLE_FITS=$(usex fits) - $(cmake-utils_use_find_package hdf5 HDF5) + -DENABLE_HDF5=$(usex hdf5) -DENABLE_NETCDF=$(usex netcdf) )