From 3ce007c2b0d5b27e560b959b268116ac2b00fd6d Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 31 Mar 2021 03:11:30 +0100 Subject: ruby-ng.eclass: add @DESCRIPTION as extension of @RETURN Signed-off-by: Sam James --- eclass/ruby-ng.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass/ruby-ng.eclass') 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() { -- cgit v1.2.3-65-gdbad