diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 11:12:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:32 +0200 |
commit | b3571763ff930355718abae2d7c2580d258ee644 (patch) | |
tree | 3c915f53d56dab967c54bd2a7162968469b2953d /eclass | |
parent | toolchain-binutils.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-b3571763ff930355718abae2d7c2580d258ee644.tar.gz gentoo-b3571763ff930355718abae2d7c2580d258ee644.tar.bz2 gentoo-b3571763ff930355718abae2d7c2580d258ee644.zip |
toolchain.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 0fb518a0c2ea..6e859993397c 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> +# @SUPPORTED_EAPIS: 5 DESCRIPTION="The GNU Compiler Collection" HOMEPAGE="https://gcc.gnu.org/" |