diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 06:38:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 06:38:58 +0100 |
commit | a84acf2f400184c08278f6a630ae65f7decd3d10 (patch) | |
tree | 20f5ecfb4f2f50c45c2c095e2266dd8f2b25e4ba /eclass/ruby-utils.eclass | |
parent | rpm.eclass: fix @SUPPORTED_EAPIS eclassdoc (diff) | |
download | gentoo-a84acf2f400184c08278f6a630ae65f7decd3d10.tar.gz gentoo-a84acf2f400184c08278f6a630ae65f7decd3d10.tar.bz2 gentoo-a84acf2f400184c08278f6a630ae65f7decd3d10.zip |
ruby-utils.eclass: fix @SUPPORTED_EAPIS eclassdoc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/ruby-utils.eclass')
-rw-r--r-- | eclass/ruby-utils.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass index 82e09cf49cb2..4db362e2cd50 100644 --- a/eclass/ruby-utils.eclass +++ b/eclass/ruby-utils.eclass @@ -6,8 +6,8 @@ # Ruby team <ruby@gentoo.org> # @AUTHOR: # Author: Hans de Graaff <graaff@gentoo.org> -# @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. |