Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 07/10] toolchain-binutils.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 09:20:25
Message-Id: 20180812091734.24198-8-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/10] @SUPPORTED_EAPIS, part two by "Michał Górny"
1 ---
2 eclass/toolchain-binutils.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
6 index 552bba37c312..d15afb8531e7 100644
7 --- a/eclass/toolchain-binutils.eclass
8 +++ b/eclass/toolchain-binutils.eclass
9 @@ -2,6 +2,7 @@
10 # Distributed under the terms of the GNU General Public License v2
11 #
12 # Maintainer: Toolchain Ninjas <toolchain@g.o>
13 +# @SUPPORTED_EAPIS: 0 1 2 3 4 5
14 #
15 # We install binutils into CTARGET-VERSION specific directories. This lets
16 # us easily merge multiple versions for multiple targets (if we wish) and
17 --
18 2.18.0