commit: bf83ab57cd12953781ec53672214fa3f736e1660 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 21 05:38:34 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 05:38:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf83ab57
openib.eclass: fix @SUPPORTED_EAPIS eclassdoc Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/openib.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/openib.eclass b/eclass/openib.eclass index 8fb0c782ea4..e25418854c8 100644 --- a/eclass/openib.eclass +++ b/eclass/openib.eclass @@ -6,8 +6,8 @@ # [email protected] # @AUTHOR: # Author: Alexey Shvetsov <[email protected]> -# @BLURB: Simplify working with OFED packages # @SUPPORTED_EAPIS: 5 6 +# @BLURB: Simplify working with OFED packages case ${EAPI:-0} in [56]) inherit eutils rpm versionator ;;
