Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/
Date: Fri, 30 Dec 2016 00:26:14
Message-Id: 1483057477.d4dd78e39f92a275f8f7c049a6b70bee4ea7b21b.asturm@gentoo
1 commit: d4dd78e39f92a275f8f7c049a6b70bee4ea7b21b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 00:21:28 2016 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 00:24:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4dd78e3
7
8 sci-visualization/labplot: Fix configure
9
10 Package-Manager: portage-2.3.0
11
12 sci-visualization/labplot/labplot-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild
16 index ac5f373..d81dfe2 100644
17 --- a/sci-visualization/labplot/labplot-9999.ebuild
18 +++ b/sci-visualization/labplot/labplot-9999.ebuild
19 @@ -65,7 +65,7 @@ src_configure() {
20 -DENABLE_CANTOR=$(usex cantor)
21 -DENABLE_FFTW=$(usex fftw)
22 -DENABLE_FITS=$(usex fits)
23 - $(cmake-utils_use_find_package hdf5 HDF5)
24 + -DENABLE_HDF5=$(usex hdf5)
25 -DENABLE_NETCDF=$(usex netcdf)
26 )