Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 21 Jun 2021 05:39:21
Message-Id: 1624253916.7cf470c09c52efe69239c9fe78235612aab3a014.sam@gentoo
1 commit: 7cf470c09c52efe69239c9fe78235612aab3a014
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 05:38:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 05:38:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf470c0
7
8 optfeature.eclass: fix @SUPPORTED_EAPIS eclassdoc
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/optfeature.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/optfeature.eclass b/eclass/optfeature.eclass
16 index ef69335d6a0..8fc346c3ac6 100644
17 --- a/eclass/optfeature.eclass
18 +++ b/eclass/optfeature.eclass
19 @@ -4,8 +4,8 @@
20 # @ECLASS: optfeature.eclass
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 +# @BLURB: Advertise optional functionality that might be useful to users
26
27 case ${EAPI:-0} in
28 [0-7]) ;;