Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 20 Jun 2021 21:16:18
Message-Id: 1624223692.fbabb3c7d5f34faa31cbc0d0c1523010ef5f66e9.soap@gentoo
1 commit: fbabb3c7d5f34faa31cbc0d0c1523010ef5f66e9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 20 21:14:52 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 20 21:14:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbabb3c7
7
8 optfeature.eclass: [QA] add @SUPPORTED_EAPIS tag
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 eclass/optfeature.eclass | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/eclass/optfeature.eclass b/eclass/optfeature.eclass
17 index e6ab6b7f52d..ef69335d6a0 100644
18 --- a/eclass/optfeature.eclass
19 +++ b/eclass/optfeature.eclass
20 @@ -5,6 +5,7 @@
21 # @MAINTAINER:
22 # base-system@g.o
23 # @BLURB: Advertise optional functionality that might be useful to users
24 +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7
25
26 case ${EAPI:-0} in
27 [0-7]) ;;