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:22
Message-Id: 1624253914.bf83ab57cd12953781ec53672214fa3f736e1660.sam@gentoo
1 commit: bf83ab57cd12953781ec53672214fa3f736e1660
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 05:38:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 05:38:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf83ab57
7
8 openib.eclass: fix @SUPPORTED_EAPIS eclassdoc
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/openib.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/openib.eclass b/eclass/openib.eclass
16 index 8fb0c782ea4..e25418854c8 100644
17 --- a/eclass/openib.eclass
18 +++ b/eclass/openib.eclass
19 @@ -6,8 +6,8 @@
20 # maintainer-needed@g.o
21 # @AUTHOR:
22 # Author: Alexey Shvetsov <alexxy@g.o>
23 -# @BLURB: Simplify working with OFED packages
24 # @SUPPORTED_EAPIS: 5 6
25 +# @BLURB: Simplify working with OFED packages
26
27 case ${EAPI:-0} in
28 [56]) inherit eutils rpm versionator ;;