sys-cluster/mpich: Enable fortran for multilib
authorJian Cao <sworden.cao@gmail.com>
Sun, 7 Apr 2019 18:20:17 +0000 (02:20 +0800)
committerJustin Bronder <jsbronder@gentoo.org>
Mon, 15 Apr 2019 14:53:28 +0000 (10:53 -0400)
Closes: https://bugs.gentoo.org/680236
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jian Cao <sworden.cao@gmail.com>
Signed-off-by: Justin Bronder <jsbronder@gentoo.org>
sys-cluster/mpich/mpich-3.2-r1.ebuild

index ed837625e33b9acfe87649de1c5b7a3eeb478404..01bbbaa9867c7c970039bd4d9adfed6bac04dc48 100644 (file)
@@ -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() {