From 855d24e4328e1832f970ec10c03468cc1c033f56 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 20 Jul 2019 09:21:48 +0100 Subject: 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 --- dev-ruby/rspec-mocks/rspec-mocks-3.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-ruby/rspec-mocks') 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 0ff7248e354b..c348ca0f575e 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" -- cgit v1.2.3-65-gdbad