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:25
Message-Id: 1624253938.a84acf2f400184c08278f6a630ae65f7decd3d10.sam@gentoo
1 commit: a84acf2f400184c08278f6a630ae65f7decd3d10
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 05:38:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 05:38:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84acf2f
7
8 ruby-utils.eclass: fix @SUPPORTED_EAPIS eclassdoc
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/ruby-utils.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
16 index 82e09cf49cb..4db362e2cd5 100644
17 --- a/eclass/ruby-utils.eclass
18 +++ b/eclass/ruby-utils.eclass
19 @@ -6,8 +6,8 @@
20 # Ruby team <ruby@g.o>
21 # @AUTHOR:
22 # Author: Hans de Graaff <graaff@g.o>
23 -# @BLURB: An eclass for supporting ruby scripts and bindings in non-ruby packages
24 # @SUPPORTED_EAPIS: 5 6 7
25 +# @BLURB: An eclass for supporting ruby scripts and bindings in non-ruby packages
26 # @DESCRIPTION:
27 # The ruby-utils eclass is designed to allow an easier installation of
28 # Ruby scripts and bindings for non-ruby packages.