diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-07-20 09:21:48 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-07-20 10:21:36 +0100 |
commit | 855d24e4328e1832f970ec10c03468cc1c033f56 (patch) | |
tree | 79e7307ab7865eb5132753e70c39c2bdb0d5a7c1 /dev-ruby/rspec-core | |
parent | ruby-ng.eclass: add missing 'estack' inherit to EAPI=6 (diff) | |
download | gentoo-855d24e4328e1832f970ec10c03468cc1c033f56.tar.gz gentoo-855d24e4328e1832f970ec10c03468cc1c033f56.tar.bz2 gentoo-855d24e4328e1832f970ec10c03468cc1c033f56.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-core')
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-3.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 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 b04ba6011506..dcaf66c0833c 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" |