commit: 33236c646414623d840a54430baa7dbdec61a16c Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jul 15 09:22:27 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jul 15 18:15:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33236c64
dev-ruby/hiera-eyaml: add missing test dependency Closes: https://bugs.gentoo.org/904261 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/hiera-eyaml/hiera-eyaml-3.3.0-r1.ebuild | 2 +- dev-ruby/hiera-eyaml/hiera-eyaml-3.4.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-3.3.0-r1.ebuild b/dev-ruby/hiera-eyaml/hiera-eyaml-3.3.0-r1.ebuild index 89b2847b8bf5..37d06833cc06 100644 --- a/dev-ruby/hiera-eyaml/hiera-eyaml-3.3.0-r1.ebuild +++ b/dev-ruby/hiera-eyaml/hiera-eyaml-3.3.0-r1.ebuild @@ -30,7 +30,7 @@ ruby_add_bdepend "test? ( dev-ruby/hiera-eyaml-plaintext )" -BDEPEND+=" test? ( || ( app-admin/puppet-agent app-admin/puppet ) )" +BDEPEND+=" test? ( || ( app-admin/puppet-agent app-admin/puppet ) dev-tcltk/expect )" all_ruby_prepare() { # Fix highline dependency to be compatible with more versions. diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-3.4.0.ebuild b/dev-ruby/hiera-eyaml/hiera-eyaml-3.4.0.ebuild index db643f2513ac..4d597a68a781 100644 --- a/dev-ruby/hiera-eyaml/hiera-eyaml-3.4.0.ebuild +++ b/dev-ruby/hiera-eyaml/hiera-eyaml-3.4.0.ebuild @@ -31,7 +31,7 @@ ruby_add_bdepend "test? ( dev-ruby/hiera-eyaml-plaintext )" -BDEPEND+=" test? ( || ( app-admin/puppet-agent app-admin/puppet ) )" +BDEPEND+=" test? ( || ( app-admin/puppet-agent app-admin/puppet ) dev-tcltk/expect )" all_ruby_prepare() { # Fix highline dependency to be compatible with more versions.
