dev-python/csv23: arm64 keyworded (bug #719700)
[gentoo.git] / virtual / fortran / fortran-0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Virtual for Fortran Compiler"
7
8 SLOT="0"
9 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
10 IUSE="openmp"
11
12 RDEPEND="
13         || (
14                 sys-devel/gcc[fortran,openmp?]
15                 sys-devel/gcc-apple[fortran,openmp?]
16                 dev-lang/ekopath
17                 dev-lang/ifc
18                 )"