commit: 7cf470c09c52efe69239c9fe78235612aab3a014 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 21 05:38:36 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 05:38:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf470c0
optfeature.eclass: fix @SUPPORTED_EAPIS eclassdoc Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/optfeature.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/optfeature.eclass b/eclass/optfeature.eclass index ef69335d6a0..8fc346c3ac6 100644 --- a/eclass/optfeature.eclass +++ b/eclass/optfeature.eclass @@ -4,8 +4,8 @@ # @ECLASS: optfeature.eclass # @MAINTAINER: # [email protected] -# @BLURB: Advertise optional functionality that might be useful to users # @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7 +# @BLURB: Advertise optional functionality that might be useful to users case ${EAPI:-0} in [0-7]) ;;
