Diff hiera-eyaml-3.3.0-r1 with a hiera-eyaml-3.4.0
/usr/portage/dev-ruby/hiera-eyaml/hiera-eyaml-3.4.0.ebuild 2023-10-09 14:52:30.436368374 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
USE_RUBY="ruby27 ruby30 ruby31" |
|
5 |
USE_RUBY="ruby30 ruby31" |
|
6 | 6 | |
7 | 7 |
RUBY_FAKEGEM_TASK_DOC="" |
8 | 8 |
RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md PLUGINS.md" |
... | ... | |
20 | 20 |
KEYWORDS="~amd64 ~arm64 ~x86" |
21 | 21 |
IUSE="test" |
22 | 22 | |
23 |
ruby_add_rdepend ">=dev-ruby/highline-1.6.19:*" |
|
24 |
ruby_add_rdepend "dev-ruby/optimist" |
|
25 |
ruby_add_rdepend "!!dev-ruby/hiera-eyaml:0" # both install the /usr/bin/eyaml binary |
|
23 |
ruby_add_rdepend " |
|
24 |
>=dev-ruby/highline-1.6.19:* |
|
25 |
dev-ruby/optimist |
|
26 |
" |
|
26 | 27 | |
27 | 28 |
ruby_add_bdepend "test? ( |
28 | 29 |
dev-util/cucumber |