diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-04-30 11:08:00 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-04-30 11:08:00 -0700 |
commit | 5f587af3436e351d22d4f667184d23e99ed60610 (patch) | |
tree | 691a9863f15d2fd3ad0501aaf9ccea6eaacd2680 /dev-ruby/hiera-eyaml | |
parent | dev-ruby/hiera-eyaml: slots are mutually exclusive due to file conflict (diff) | |
download | gentoo-5f587af3436e351d22d4f667184d23e99ed60610.tar.gz gentoo-5f587af3436e351d22d4f667184d23e99ed60610.tar.bz2 gentoo-5f587af3436e351d22d4f667184d23e99ed60610.zip |
dev-ruby/hiera-eyaml: fix typo; not caught by repoman
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-ruby/hiera-eyaml')
-rw-r--r-- | dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild index 07787f48cf80..c7b9c9c84509 100644 --- a/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild +++ b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild @@ -22,7 +22,7 @@ IUSE="test" ruby_add_rdepend ">=dev-ruby/highline-1.6.19" ruby_add_rdepend "dev-ruby/trollop:2" -ruby_add_rdepend "!!dev-ruby/heira-eyaml:2" # both install the /usr/bin/eyaml binary +ruby_add_rdepend "!!dev-ruby/hiera-eyaml:2" # both install the /usr/bin/eyaml binary ruby_add_bdepend "test? ( dev-util/cucumber ~dev-util/aruba-0.6.2 <app-admin/puppet-5 dev-ruby/hiera-eyaml-plaintext )" diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild b/dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild index 7bb51f87551c..0ac125d70878 100644 --- a/dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild +++ b/dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild @@ -22,7 +22,7 @@ IUSE="test" ruby_add_rdepend ">=dev-ruby/highline-1.6.19:*" ruby_add_rdepend "dev-ruby/optimist" -ruby_add_rdepend "!!dev-ruby/heira-eyaml:0" # both install the /usr/bin/eyaml binary +ruby_add_rdepend "!!dev-ruby/hiera-eyaml:0" # both install the /usr/bin/eyaml binary ruby_add_bdepend "test? ( dev-util/cucumber ~dev-util/aruba-0.6.2 <app-admin/puppet-6 dev-ruby/hiera-eyaml-plaintext )" |