commit: 91c77e2c290029446b2a55a6ad5e74c8ef5fba5c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 31 02:09:29 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 02:09:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c77e2c
openib.eclass: explicitly mark as maintainer-needed Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/openib.eclass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eclass/openib.eclass b/eclass/openib.eclass index a36f5cd85d0..7810062fae3 100644 --- a/eclass/openib.eclass +++ b/eclass/openib.eclass @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: openib.eclass +# @MAINTAINER: +# [email protected] # @AUTHOR: -# Original Author: Alexey Shvetsov <[email protected]> +# Author: Alexey Shvetsov <[email protected]> # @BLURB: Simplify working with OFED packages inherit eutils rpm versionator
