mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
eclass/ruby-ng.eclass: mark ruby27 as removed
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
75dc7154e2
commit
8a8b23d9f4
@ -107,7 +107,7 @@ _ruby_get_all_impls() {
|
||||
for i in ${USE_RUBY}; do
|
||||
case ${i} in
|
||||
# removed implementations
|
||||
ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|ruby25|ruby26|jruby)
|
||||
ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|ruby25|ruby26|ruby27|jruby)
|
||||
;;
|
||||
*)
|
||||
found_valid_impl=1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user