summaryrefslogtreecommitdiff
path: root/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild')
-rw-r--r--dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild6
1 files changed, 4 insertions, 2 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 8be3fdee610c..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
@@ -1,8 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
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"
@@ -11,7 +13,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none"
inherit ruby-fakegem
DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
-HOMEPAGE="https://dtao.github.com/safe_yaml"
+HOMEPAGE="https://github.com/dtao/safe_yaml"
LICENSE="MIT"
SLOT="0"