commit:     bfdd4d89c101c2a889f478a571fb927416a49c2e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 10:19:53 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 15 13:28:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdd4d89

ruby-ng.eclass: Kill ruby19

 eclass/ruby-ng.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 64f1b4f402f..2a8d1a29b25 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -14,7 +14,6 @@
 # and their incorporation into the Gentoo Linux system.
 #
 # Currently available targets are:
-#  * ruby19 - Ruby (MRI) 1.9.x
 #  * ruby20 - Ruby (MRI) 2.0.x
 #  * ruby21 - Ruby (MRI) 2.1.x
 #  * ruby22 - Ruby (MRI) 2.2.x
@@ -118,6 +117,9 @@ _ruby_get_all_impls() {
        local i
        for i in ${USE_RUBY}; do
                case ${i} in
+                       # removed implementations
+                       ruby19)
+                               ;;
                        *)
                                echo ${i};;
                esac

Reply via email to