From: Matthias Maier Date: Tue, 24 Apr 2018 16:17:48 +0000 (-0500) Subject: sci-libs/netcdf: remove unused configure options X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=36365fb574a4be222056c6d33fdcfccc362c0b3f;p=gentoo.git sci-libs/netcdf: remove unused configure options Package-Manager: Portage-2.3.31, Repoman-2.3.9 --- diff --git a/sci-libs/netcdf/netcdf-4.6.1.ebuild b/sci-libs/netcdf/netcdf-4.6.1.ebuild index 69b0804fd8bd..29e459757a76 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 \