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 08/10] toolchain.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 09:20:46
Message-Id: 20180812091734.24198-9-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/10] @SUPPORTED_EAPIS, part two by "Michał Górny"
1 ---
2 eclass/toolchain.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
6 index 0fb518a0c2ea..6e859993397c 100644
7 --- a/eclass/toolchain.eclass
8 +++ b/eclass/toolchain.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: 5
14
15 DESCRIPTION="The GNU Compiler Collection"
16 HOMEPAGE="https://gcc.gnu.org/"
17 --
18 2.18.0