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 09/98] check-reqs.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 07:27:47
Message-Id: 20180812072343.19947-10-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/98] Add @SUPPORTED_EAPIS to eclasses, part one by "Michał Górny"
1 ---
2 eclass/check-reqs.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
6 index bad7e34fe9a7..d1ed395c8b13 100644
7 --- a/eclass/check-reqs.eclass
8 +++ b/eclass/check-reqs.eclass
9 @@ -7,6 +7,7 @@
10 # @AUTHOR:
11 # Bo Ørsted Andresen <zlin@g.o>
12 # Original Author: Ciaran McCreesh <ciaranm@g.o>
13 +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6
14 # @BLURB: Provides a uniform way of handling ebuild which have very high build requirements
15 # @DESCRIPTION:
16 # This eclass provides a uniform way of handling ebuilds which have very high
17 --
18 2.18.0