commit: 36365fb574a4be222056c6d33fdcfccc362c0b3f
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 16:17:48 2018 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 16:18:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36365fb5
sci-libs/netcdf: remove unused configure options
Package-Manager: Portage-2.3.31, Repoman-2.3.9
sci-libs/netcdf/netcdf-4.6.1.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/sci-libs/netcdf/netcdf-4.6.1.ebuild
b/sci-libs/netcdf/netcdf-4.6.1.ebuild
index 69b0804fd8b..29e459757a7 100644
--- a/sci-libs/netcdf/netcdf-4.6.1.ebuild
+++ b/sci-libs/netcdf/netcdf-4.6.1.ebuild
@@ -30,8 +30,6 @@ src_configure() {
local myconf
if use mpi; then
export CC=mpicc
- myconf="--enable-parallel"
- use test && myconf+=" --enable-parallel-tests"
fi
econf "${myconf}" \
--disable-examples \