diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:36:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:32:21 +0200 |
commit | 387ee8ec5dcd150612be95b5d86a7bb534ead6d4 (patch) | |
tree | 2c7fb4978f39468d239304381fa905ce589432ee /eclass/cmake-multilib.eclass | |
parent | check-reqs.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-387ee8ec5dcd150612be95b5d86a7bb534ead6d4.tar.gz gentoo-387ee8ec5dcd150612be95b5d86a7bb534ead6d4.tar.bz2 gentoo-387ee8ec5dcd150612be95b5d86a7bb534ead6d4.zip |
cmake-multilib.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/cmake-multilib.eclass')
-rw-r--r-- | eclass/cmake-multilib.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass index 39f92ae76665..1ffb3e3f08f2 100644 --- a/eclass/cmake-multilib.eclass +++ b/eclass/cmake-multilib.eclass @@ -6,6 +6,7 @@ # gx86-multilib team <multilib@gentoo.org> # @AUTHOR: # Author: Michał Górny <mgorny@gentoo.org> +# @SUPPORTED_EAPIS: 5 6 # @BLURB: cmake-utils wrapper for multilib builds # @DESCRIPTION: # The cmake-multilib.eclass provides a glue between cmake-utils.eclass(5) |