diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-07-15 11:22:27 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-07-15 20:15:38 +0200 |
commit | 33236c646414623d840a54430baa7dbdec61a16c (patch) | |
tree | 3010ac954dfa7435a7bb3d0c947d30a69af8b89c /dev-ruby/hiera-eyaml | |
parent | dev-util/jenkins-bin: update DESCRIPTION (diff) | |
download | gentoo-33236c646414623d840a54430baa7dbdec61a16c.tar.gz gentoo-33236c646414623d840a54430baa7dbdec61a16c.tar.bz2 gentoo-33236c646414623d840a54430baa7dbdec61a16c.zip |
dev-ruby/hiera-eyaml: add missing test dependency
Closes: https://bugs.gentoo.org/904261
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/hiera-eyaml')
-rw-r--r-- | dev-ruby/hiera-eyaml/hiera-eyaml-3.3.0-r1.ebuild | 2 | ||||
-rw-r--r-- | 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. |