Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 07 Feb 2021 09:14:59
Message-Id: 1612689290.6b40c07efd194a65122ef4d19388f455b58fdfb5.graaff@gentoo
1 commit: 6b40c07efd194a65122ef4d19388f455b58fdfb5
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 09:14:20 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 09:14:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b40c07e
7
8 eclass/ruby-fakegem.eclass: fix DESCRIPTION syntax
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 eclass/ruby-fakegem.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
16 index fd8e4ed88bc..e9d2e3db1ca 100644
17 --- a/eclass/ruby-fakegem.eclass
18 +++ b/eclass/ruby-fakegem.eclass
19 @@ -115,7 +115,7 @@ RUBY_FAKEGEM_BINDIR="${RUBY_FAKEGEM_BINDIR-bin}"
20
21 # @ECLASS-VARIABLE: RUBY_FAKEGEM_EXTENSIONS
22 # @DEFAULT_UNSET
23 -# @DESCRIPTION
24 +# @DESCRIPTION:
25 # List of extensions supported by this gem. Each extension is listed as
26 # the configuration script that needs to be run to generate the
27 # extension.