diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:38:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:32:58 +0200 |
commit | 07b3cba3eef446c4532d984ee15737a34cd6c64f (patch) | |
tree | 168abbab10cc19b98843272919e6a629b0d7f743 /eclass/opam.eclass | |
parent | office-ext-r1.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-07b3cba3eef446c4532d984ee15737a34cd6c64f.tar.gz gentoo-07b3cba3eef446c4532d984ee15737a34cd6c64f.tar.bz2 gentoo-07b3cba3eef446c4532d984ee15737a34cd6c64f.zip |
opam.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/opam.eclass')
-rw-r--r-- | eclass/opam.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/opam.eclass b/eclass/opam.eclass index 76b2fcbfd53f..5c9c4950dd26 100644 --- a/eclass/opam.eclass +++ b/eclass/opam.eclass @@ -6,6 +6,7 @@ # Gentoo ML Project <ml@gentoo.org> # @AUTHOR: # Alexis Ballier <aballier@gentoo.org> +# @SUPPORTED_EAPIS: 5 6 7 # @BLURB: Provides functions for installing opam packages. # @DESCRIPTION: # Provides dependencies on opam and ocaml, opam-install and a default |