commit: 855d24e4328e1832f970ec10c03468cc1c033f56
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 08:21:48 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 09:21:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855d24e4
dev-ruby/*: add missing 'versionator' inherit
Noticed failure when ran
$ PORTAGE_ELOG_CLASSES="qa" egencache --repo=gentoo --update
--update-use-local-desc --jobs=$(nproc)
* ERROR: dev-ruby/rspec-expectations-3.7.0::gentoo failed (depend phase):
* External commands disallowed while sourcing ebuild:
get_version_component_range 1-2
*
* Call stack:
* ebuild.sh, line 624: Called source
'/gentoo-ebuilds/gentoo/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild'
* rspec-expectations-3.7.0.ebuild, line 25: Called
command_not_found_handle 'get_version_component_range' '1-2'
* ebuild.sh, line 89: Called die
* The specific snippet of code:
* die "External commands disallowed while sourcing ebuild: ${*}"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-ruby/rspec-core/rspec-core-3.7.1.ebuild | 2 +-
dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild | 2 +-
dev-ruby/rspec-mocks/rspec-mocks-3.7.0.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/rspec-core/rspec-core-3.7.1.ebuild
b/dev-ruby/rspec-core/rspec-core-3.7.1.ebuild
index b04ba601150..dcaf66c0833 100644
--- a/dev-ruby/rspec-core/rspec-core-3.7.1.ebuild
+++ b/dev-ruby/rspec-core/rspec-core-3.7.1.ebuild
@@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="exe"
RUBY_FAKEGEM_GEMSPEC="rspec-core.gemspec"
-inherit ruby-fakegem
+inherit ruby-fakegem versionator
DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
HOMEPAGE="https://github.com/rspec/rspec-core"
diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
index 4eb12ad1379..f7e06817c86 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-inherit ruby-fakegem
+inherit ruby-fakegem versionator
DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
HOMEPAGE="https://github.com/rspec/rspec-expectations"
diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.7.0.ebuild
b/dev-ruby/rspec-mocks/rspec-mocks-3.7.0.ebuild
index 0ff7248e354..c348ca0f575 100644
--- a/dev-ruby/rspec-mocks/rspec-mocks-3.7.0.ebuild
+++ b/dev-ruby/rspec-mocks/rspec-mocks-3.7.0.ebuild
@@ -9,7 +9,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_RECIPE_DOC="none"
RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-inherit ruby-fakegem
+inherit ruby-fakegem versionator
DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
HOMEPAGE="https://github.com/rspec/rspec-mocks"