From 749d4bc2ae7b988259d652e444e128b52ef57611 Mon Sep 17 00:00:00 2001 From: Jian Cao Date: Mon, 8 Apr 2019 02:20:17 +0800 Subject: sys-cluster/mpich: Enable fortran for multilib Closes: https://bugs.gentoo.org/680236 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jian Cao Signed-off-by: Justin Bronder --- sys-cluster/mpich/mpich-3.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-cluster/mpich') diff --git a/sys-cluster/mpich/mpich-3.2-r1.ebuild b/sys-cluster/mpich/mpich-3.2-r1.ebuild index ed837625e33b..01bbbaa9867c 100644 --- a/sys-cluster/mpich/mpich-3.2-r1.ebuild +++ b/sys-cluster/mpich/mpich-3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -90,7 +90,7 @@ multilib_src_configure() { --enable-versioning \ $(use_enable romio) \ $(use_enable cxx) \ - $(multilib_native_use_enable fortran fortran all) + $(use_enable fortran fortran all) } multilib_src_test() { -- cgit v1.2.3-65-gdbad