commit: 54724c3f3e00a437c70ea9a44f4f0443f06697b4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 12 09:12:14 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=54724c3f
toolchain-binutils.eclass: add @SUPPORTED_EAPIS eclass/toolchain-binutils.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index 552bba37c31..d15afb8531e 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # # Maintainer: Toolchain Ninjas <[email protected]> +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 # # We install binutils into CTARGET-VERSION specific directories. This lets # us easily merge multiple versions for multiple targets (if we wish) and
