diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-12-25 08:46:46 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-12-25 08:58:36 +0100 |
commit | 4f2c6f85e2385a7fc41cef1a7ef98af6674b03c8 (patch) | |
tree | 407673122e5954a5bc30c36f0c2a8fc25bc829ec /eclass/ruby-ng.eclass | |
parent | ruby-utils.eclass: add ruby25 target (diff) | |
download | gentoo-4f2c6f85e2385a7fc41cef1a7ef98af6674b03c8.tar.gz gentoo-4f2c6f85e2385a7fc41cef1a7ef98af6674b03c8.tar.bz2 gentoo-4f2c6f85e2385a7fc41cef1a7ef98af6674b03c8.zip |
ruby-ng.eclass: refer to ruby-utils.eclass for targets list
Diffstat (limited to 'eclass/ruby-ng.eclass')
-rw-r--r-- | eclass/ruby-ng.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index e9d0f33e5580..8d6f0082b9e8 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -13,12 +13,7 @@ # The Ruby eclass is designed to allow an easier installation of Ruby packages # and their incorporation into the Gentoo Linux system. # -# Currently available targets are: -# * ruby21 - Ruby (MRI) 2.1.x -# * ruby22 - Ruby (MRI) 2.2.x -# * ruby23 - Ruby (MRI) 2.3.x -# * ruby24 - Ruby (MRI) 2.4.x -# * rbx - Rubinius +# Currently available targets are listed in ruby-utils.eclass # # This eclass does not define the implementation of the configure, # compile, test, or install phases. Instead, the default phases are |