eclass/ruby-fakegem.eclass: drop obsolete psych blocker

This old version of dev-ruby/psych should be long gone now, and
dev-ruby/psych needs to be added again to support ruby 3.1.

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2022-03-12 08:12:31 +01:00
parent 970aeda802
commit ed3e472168

View File

@@ -200,9 +200,7 @@ esac
SRC_URI="https://rubygems.org/gems/${RUBY_FAKEGEM_NAME}-${RUBY_FAKEGEM_VERSION}${RUBY_FAKEGEM_SUFFIX:+-${RUBY_FAKEGEM_SUFFIX}}.gem"
# dev-ruby/psych is no longer installed and is incompatible with modern
# ruby versions.
ruby_add_bdepend "virtual/rubygems !!dev-ruby/psych"
ruby_add_bdepend "virtual/rubygems"
ruby_add_rdepend virtual/rubygems
case ${EAPI} in
5|6)