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: Wed, 31 Mar 2021 02:14:55
Message-Id: 1617156690.3ce007c2b0d5b27e560b959b268116ac2b00fd6d.sam@gentoo
1 commit: 3ce007c2b0d5b27e560b959b268116ac2b00fd6d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 02:11:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 02:11:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce007c2
7
8 ruby-ng.eclass: add @DESCRIPTION as extension of @RETURN
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/ruby-ng.eclass | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
16 index e52c507d801..1933049f4ac 100644
17 --- a/eclass/ruby-ng.eclass
18 +++ b/eclass/ruby-ng.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: ruby-ng.eclass
25 @@ -111,6 +111,7 @@ ruby_implementation_depend() {
26 # @FUNCTION: _ruby_get_all_impls
27 # @INTERNAL
28 # @RETURN: list of valid values in USE_RUBY
29 +# @DESCRIPTION:
30 # Return a list of valid implementations in USE_RUBY, skipping the old
31 # implementations that are no longer supported.
32 _ruby_get_all_impls() {