diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-22 11:37:29 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-22 11:37:41 -0500 |
commit | 6e4411bbc1d45c0274d62512deabe66811ce905b (patch) | |
tree | c95be9dcf27c7df76715f81afd15d34a6ba44f8c /app-admin | |
parent | app-editors/emacs-vcs: Install systemd unit file. (diff) | |
download | gentoo-6e4411bbc1d45c0274d62512deabe66811ce905b.tar.gz gentoo-6e4411bbc1d45c0274d62512deabe66811ce905b.tar.bz2 gentoo-6e4411bbc1d45c0274d62512deabe66811ce905b.zip |
app-admin/puppet: add missing dep on dev-ruby/concurrent-ruby
Fixes: https://bugs.gentoo.org/695400
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/puppet/puppet-6.9.0-r1.ebuild (renamed from app-admin/puppet/puppet-6.9.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-admin/puppet/puppet-6.9.0.ebuild b/app-admin/puppet/puppet-6.9.0-r1.ebuild index 0038f1ebf433..d633c6865a1a 100644 --- a/app-admin/puppet/puppet-6.9.0.ebuild +++ b/app-admin/puppet/puppet-6.9.0-r1.ebuild @@ -28,6 +28,7 @@ ruby_add_rdepend " dev-ruby/json:= dev-ruby/semantic_puppet >=dev-ruby/facter-3.0.0 + dev-ruby/concurrent-ruby augeas? ( dev-ruby/ruby-augeas ) diff? ( dev-ruby/diff-lcs ) doc? ( dev-ruby/rdoc ) |