From 121ed4eec41fbf03e1998d09eede1bf449da63b9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 19 Jul 2019 22:05:27 +0100 Subject: gentoo resync : 19.07.2019 --- eclass/ruby-ng.eclass | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'eclass/ruby-ng.eclass') diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index 21cbc5d99595..90c36cd86e40 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -531,16 +531,6 @@ _each_ruby_check_install() { local sitedir=$(${RUBY} -rrbconfig -e 'puts RbConfig::CONFIG["sitedir"]') local sitelibdir=$(${RUBY} -rrbconfig -e 'puts RbConfig::CONFIG["sitelibdir"]') - # Look for wrong files in sitedir - # if [[ -d "${D}${sitedir}" ]]; then - # local f=$(find "${D}${sitedir}" -mindepth 1 -maxdepth 1 -not -wholename "${D}${sitelibdir}") - # if [[ -n ${f} ]]; then - # eerror "Found files in sitedir, outsite sitelibdir:" - # eerror "${f}" - # die "Misplaced files in sitedir" - # fi - # fi - # The current implementation lacks libruby (i.e.: jruby) [[ -z ${libruby_soname} ]] && return 0 -- cgit v1.2.3