commit: b3571763ff930355718abae2d7c2580d258ee644 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 12 09:12:16 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 15 07:33:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3571763
toolchain.eclass: add @SUPPORTED_EAPIS eclass/toolchain.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 0fb518a0c2e..6e859993397 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 <[email protected]> +# @SUPPORTED_EAPIS: 5 DESCRIPTION="The GNU Compiler Collection" HOMEPAGE="https://gcc.gnu.org/"
