From: Michał Górny Date: Sun, 12 Aug 2018 09:12:16 +0000 (+0200) Subject: toolchain.eclass: add @SUPPORTED_EAPIS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b3571763ff930355718abae2d7c2580d258ee644;p=gentoo.git toolchain.eclass: add @SUPPORTED_EAPIS --- 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 +# @SUPPORTED_EAPIS: 5 DESCRIPTION="The GNU Compiler Collection" HOMEPAGE="https://gcc.gnu.org/"