commit: a84acf2f400184c08278f6a630ae65f7decd3d10 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 21 05:38:58 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 05:38:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84acf2f
ruby-utils.eclass: fix @SUPPORTED_EAPIS eclassdoc Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/ruby-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass index 82e09cf49cb..4db362e2cd5 100644 --- a/eclass/ruby-utils.eclass +++ b/eclass/ruby-utils.eclass @@ -6,8 +6,8 @@ # Ruby team <[email protected]> # @AUTHOR: # Author: Hans de Graaff <[email protected]> -# @BLURB: An eclass for supporting ruby scripts and bindings in non-ruby packages # @SUPPORTED_EAPIS: 5 6 7 +# @BLURB: An eclass for supporting ruby scripts and bindings in non-ruby packages # @DESCRIPTION: # The ruby-utils eclass is designed to allow an easier installation of # Ruby scripts and bindings for non-ruby packages.
