diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 06:38:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 06:38:34 +0100 |
commit | bf83ab57cd12953781ec53672214fa3f736e1660 (patch) | |
tree | a374e4a76473b17d79346ef79f40cb77be18b85c | |
parent | multiprocessing.eclass: fix @SUPPORTED_EAPIS eclassdoc (diff) | |
download | gentoo-bf83ab57cd12953781ec53672214fa3f736e1660.tar.gz gentoo-bf83ab57cd12953781ec53672214fa3f736e1660.tar.bz2 gentoo-bf83ab57cd12953781ec53672214fa3f736e1660.zip |
openib.eclass: fix @SUPPORTED_EAPIS eclassdoc
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | eclass/openib.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/openib.eclass b/eclass/openib.eclass index 8fb0c782ea44..e25418854c89 100644 --- a/eclass/openib.eclass +++ b/eclass/openib.eclass @@ -6,8 +6,8 @@ # maintainer-needed@gentoo.org # @AUTHOR: # Author: Alexey Shvetsov <alexxy@gentoo.org> -# @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 ;; |