Install this version:
emerge -a =dev-ruby/spring-commands-cucumber-1.0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ruby/spring-commands-cucumber-1.0.1
Or alternatively:
emerge --autounmask-write -a =dev-ruby/spring-commands-cucumber-1.0.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.1 | 8 | ~amd64 | 1 |
# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_TEST="none" inherit ruby-fakegem DESCRIPTION="cucumber command for spring" HOMEPAGE="https://github.com/jonleighton/spring-commands-cucumber" LICENSE="MIT" SLOT="1" KEYWORDS="~amd64" ruby_add_rdepend ">=dev-ruby/spring-0.9.1"