Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 12 May 2022 17:11:02
Message-Id: 1652375432.5c960c3a292e03690e6b18eb723dd1307000021f.ulm@gentoo
1 commit: 5c960c3a292e03690e6b18eb723dd1307000021f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 13:49:35 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 17:10:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c960c3a
7
8 ruby-fakegem.eclass: Don't indent eclass documentation
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/ruby-fakegem.eclass | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
16 index 41dbb1e16340..358fff1be753 100644
17 --- a/eclass/ruby-fakegem.eclass
18 +++ b/eclass/ruby-fakegem.eclass
19 @@ -564,10 +564,10 @@ each_fakegem_test() {
20 esac
21 }
22
23 +# @FUNCTION: each_ruby_test
24 +# @DESCRIPTION:
25 +# Run the tests for this package.
26 if [[ ${RUBY_FAKEGEM_RECIPE_TEST} != none ]]; then
27 - # @FUNCTION: each_ruby_test
28 - # @DESCRIPTION:
29 - # Run the tests for this package.
30 each_ruby_test() {
31 each_fakegem_test
32 }