From: Jian Cao Date: Sun, 7 Apr 2019 18:20:17 +0000 (+0800) Subject: sys-cluster/mpich: Enable fortran for multilib X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=749d4bc2ae7b988259d652e444e128b52ef57611;p=gentoo.git 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 --- 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() {