mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user