summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJian Cao <sworden.cao@gmail.com>2019-04-08 02:20:17 +0800
committerJustin Bronder <jsbronder@gentoo.org>2019-04-15 10:53:28 -0400
commit749d4bc2ae7b988259d652e444e128b52ef57611 (patch)
tree8cd304420a5b9c085238e6f27c8056df1b0191f9 /sys-cluster/mpich
parentdev-lang/vala: bump to 0.42.7 (diff)
downloadgentoo-749d4bc2ae7b988259d652e444e128b52ef57611.tar.gz
gentoo-749d4bc2ae7b988259d652e444e128b52ef57611.tar.bz2
gentoo-749d4bc2ae7b988259d652e444e128b52ef57611.zip
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@gmail.com> Signed-off-by: Justin Bronder <jsbronder@gentoo.org>
Diffstat (limited to 'sys-cluster/mpich')
-rw-r--r--sys-cluster/mpich/mpich-3.2-r1.ebuild4
1 files 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 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() {