diff options
author | 2023-03-25 06:46:39 +0000 | |
---|---|---|
committer | 2023-03-25 07:11:18 +0000 | |
commit | d65d8f843fa954ed5db91901bc1c091a9ee1f137 (patch) | |
tree | b9d8e59a98d402c6b30e876ef1264d09392431af /dev-ruby/safe_yaml | |
parent | dev-ruby/safe_yaml: update HOMEPAGE (diff) | |
download | gentoo-d65d8f843fa954ed5db91901bc1c091a9ee1f137.tar.gz gentoo-d65d8f843fa954ed5db91901bc1c091a9ee1f137.tar.bz2 gentoo-d65d8f843fa954ed5db91901bc1c091a9ee1f137.zip |
dev-ruby/safe_yaml: add note why no >= ruby30 yet
Bug: https://github.com/dtao/safe_yaml/issues/100
Bug: https://github.com/dtao/safe_yaml/pull/101
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/safe_yaml')
-rw-r--r-- | dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild index c10ff14fc5d0..6c605c412659 100644 --- a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild +++ b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild @@ -3,6 +3,8 @@ EAPI=7 +# Broken with ruby30: https://github.com/dtao/safe_yaml/issues/100 +# Broken with newer psych: https://github.com/dtao/safe_yaml/pull/101 USE_RUBY="ruby25 ruby26 ruby27" RUBY_FAKEGEM_EXTRADOC="README.md" |