diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 11:12:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:32 +0200 |
commit | 54724c3f3e00a437c70ea9a44f4f0443f06697b4 (patch) | |
tree | 87f8fe3171d5c8e37a1c4ae73533214d46dc716d /eclass | |
parent | toolchain-autoconf.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-54724c3f3e00a437c70ea9a44f4f0443f06697b4.tar.gz gentoo-54724c3f3e00a437c70ea9a44f4f0443f06697b4.tar.bz2 gentoo-54724c3f3e00a437c70ea9a44f4f0443f06697b4.zip |
toolchain-binutils.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index 552bba37c312..d15afb8531e7 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 <toolchain@gentoo.org> +# @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 |