diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:37:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:32:27 +0200 |
commit | 52e38c24faf2602d6eae4d1336a4d0f7851ea558 (patch) | |
tree | e4363268611d284c6739f4e796b0cca85940c1bb /eclass/fortran-2.eclass | |
parent | epatch.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-52e38c24faf2602d6eae4d1336a4d0f7851ea558.tar.gz gentoo-52e38c24faf2602d6eae4d1336a4d0f7851ea558.tar.bz2 gentoo-52e38c24faf2602d6eae4d1336a4d0f7851ea558.zip |
fortran-2.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/fortran-2.eclass')
-rw-r--r-- | eclass/fortran-2.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index d7ed9a99804d..820cbbcb49bd 100644 --- a/eclass/fortran-2.eclass +++ b/eclass/fortran-2.eclass @@ -8,6 +8,7 @@ # @AUTHOR: # Author Justin Lecher <jlec@gentoo.org> # Test functions provided by Sebastien Fabbro and Kacper Kowalik +# @SUPPORTED_EAPIS: 4 5 6 # @BLURB: Simplify fortran compiler management # @DESCRIPTION: # If you need a fortran compiler, then you should be inheriting this eclass. |