commit: 749d4bc2ae7b988259d652e444e128b52ef57611 Author: Jian Cao <sworden.cao <AT> gmail <DOT> com> AuthorDate: Sun Apr 7 18:20:17 2019 +0000 Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org> CommitDate: Mon Apr 15 14:53:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749d4bc2
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 <sworden.cao <AT> gmail.com> Signed-off-by: Justin Bronder <jsbronder <AT> gentoo.org> sys-cluster/mpich/mpich-3.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/mpich/mpich-3.2-r1.ebuild b/sys-cluster/mpich/mpich-3.2-r1.ebuild index ed837625e33..01bbbaa9867 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() {
