commit: 3ce007c2b0d5b27e560b959b268116ac2b00fd6d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 02:11:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 02:11:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce007c2
ruby-ng.eclass: add @DESCRIPTION as extension of @RETURN
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/ruby-ng.eclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index e52c507d801..1933049f4ac 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: ruby-ng.eclass
@@ -111,6 +111,7 @@ ruby_implementation_depend() {
# @FUNCTION: _ruby_get_all_impls
# @INTERNAL
# @RETURN: list of valid values in USE_RUBY
+# @DESCRIPTION:
# Return a list of valid implementations in USE_RUBY, skipping the old
# implementations that are no longer supported.
_ruby_get_all_impls() {