diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-03-12 08:12:31 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-03-12 08:21:18 +0100 |
commit | ed3e472168efc2e0cde0e5093a91ff5bcefcda83 (patch) | |
tree | d4623b4b5ddb9b1a90dab15a21d3db2ec4554820 /eclass/ruby-fakegem.eclass | |
parent | dev-ruby/psych: import of 4.0.3 (diff) | |
download | gentoo-ed3e472168efc2e0cde0e5093a91ff5bcefcda83.tar.gz gentoo-ed3e472168efc2e0cde0e5093a91ff5bcefcda83.tar.bz2 gentoo-ed3e472168efc2e0cde0e5093a91ff5bcefcda83.zip |
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>
Diffstat (limited to 'eclass/ruby-fakegem.eclass')
-rw-r--r-- | eclass/ruby-fakegem.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass index 0f212e3b3072..bad6b0865323 100644 --- a/eclass/ruby-fakegem.eclass +++ b/eclass/ruby-fakegem.eclass @@ -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) |