summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-13 13:23:21 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-15 15:28:06 +0200
commitef23aed313ecb158b6b4d48466be73049f91ee5b (patch)
tree4985e93ab03a8951a0300bf4e3d33422ea5f05c6
parentprofiles: Clean up obsolete ruby20 entries (diff)
downloadgentoo-ef23aed313ecb158b6b4d48466be73049f91ee5b.tar.gz
gentoo-ef23aed313ecb158b6b4d48466be73049f91ee5b.tar.bz2
gentoo-ef23aed313ecb158b6b4d48466be73049f91ee5b.zip
ruby-ng.eclass: Kill jruby
-rw-r--r--eclass/ruby-ng.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 3082a692f10b..2334f005d6f7 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -18,7 +18,6 @@
# * ruby22 - Ruby (MRI) 2.2.x
# * ruby23 - Ruby (MRI) 2.3.x
# * ruby24 - Ruby (MRI) 2.4.x
-# * jruby - JRuby
# * rbx - Rubinius
#
# This eclass does not define the implementation of the configure,
@@ -117,7 +116,7 @@ _ruby_get_all_impls() {
for i in ${USE_RUBY}; do
case ${i} in
# removed implementations
- ruby19|ruby20)
+ ruby19|ruby20|jruby)
;;
*)
echo ${i};;