diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-03-18 21:29:29 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-03-24 04:58:34 +0100 |
commit | d7317785d04e7de172de3bff05852fca3cd15af2 (patch) | |
tree | 39f2e24069d903cc05c898c695d9a703fcaf5ca9 /eclass/ruby-ng.eclass | |
parent | app-shells/nushell: Add 0.60.0 (diff) | |
download | gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.gz gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.bz2 gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.zip |
*.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE
Bug: https://bugs.gentoo.org/835396
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/ruby-ng.eclass')
-rw-r--r-- | eclass/ruby-ng.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index 8e7c7f76290b..1bc934573140 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -25,7 +25,7 @@ # * each_ruby_configure # * all_ruby_configure -# @ECLASS-VARIABLE: USE_RUBY +# @ECLASS_VARIABLE: USE_RUBY # @DEFAULT_UNSET # @REQUIRED # @DESCRIPTION: @@ -33,19 +33,19 @@ # is compatible to. It must be set before the `inherit' call. There is no # default. All ebuilds are expected to set this variable. -# @ECLASS-VARIABLE: RUBY_PATCHES +# @ECLASS_VARIABLE: RUBY_PATCHES # @DEFAULT_UNSET # @DESCRIPTION: # A String or Array of filenames of patches to apply to all implementations. -# @ECLASS-VARIABLE: RUBY_OPTIONAL +# @ECLASS_VARIABLE: RUBY_OPTIONAL # @DEFAULT_UNSET # @DESCRIPTION: # Set the value to "yes" to make the dependency on a Ruby interpreter # optional and then ruby_implementations_depend() to help populate # BDEPEND, DEPEND and RDEPEND. -# @ECLASS-VARIABLE: RUBY_S +# @ECLASS_VARIABLE: RUBY_S # @DEFAULT_UNSET # @DESCRIPTION: # If defined this variable determines the source directory name after @@ -53,7 +53,7 @@ # variable supports a wildcard mechanism to help with github tarballs # that contain the commit hash as part of the directory name. -# @ECLASS-VARIABLE: RUBY_QA_ALLOWED_LIBS +# @ECLASS_VARIABLE: RUBY_QA_ALLOWED_LIBS # @DEFAULT_UNSET # @DESCRIPTION: # If defined this variable contains a whitelist of shared objects that |