summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-31 03:11:30 +0100
committerSam James <sam@gentoo.org>2021-03-31 03:11:30 +0100
commit3ce007c2b0d5b27e560b959b268116ac2b00fd6d (patch)
tree3bc89395c9513d31a0e8ad096b5132bfb92304cc /eclass/ruby-ng.eclass
parentjava-utils-2.eclass: fix @RETURN syntax (diff)
downloadgentoo-3ce007c2b0d5b27e560b959b268116ac2b00fd6d.tar.gz
gentoo-3ce007c2b0d5b27e560b959b268116ac2b00fd6d.tar.bz2
gentoo-3ce007c2b0d5b27e560b959b268116ac2b00fd6d.zip
ruby-ng.eclass: add @DESCRIPTION as extension of @RETURN
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/ruby-ng.eclass')
-rw-r--r--eclass/ruby-ng.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index e52c507d8010..1933049f4ac2 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() {