Install this version:
emerge -a =dev-ruby/bootstrap-5.3.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ruby/bootstrap-5.3.5
Or alternatively:
emerge --autounmask-write -a =dev-ruby/bootstrap-5.3.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 5.3.5 | 8 | ~amd64 | $(ver_cut 1-2) |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby32 ruby33 ruby34"
# Requires capybara + poltergeist
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_EXTRAINSTALL="assets"
RUBY_FAKEGEM_BINWRAP=""
inherit ruby-fakegem
DESCRIPTION="Bootstrap 5 rubygem for Rails / Sprockets / Hanami / etc"
HOMEPAGE="https://github.com/twbs/bootstrap-rubygem"
LICENSE="MIT"
SLOT="$(ver_cut 1-2)"
KEYWORDS="~amd64"
# A sass engine is required, but we only package sassc-rails at the moment.
ruby_add_rdepend "
>=dev-ruby/popper_js-2.11.8:2
>=dev-ruby/sassc-rails-2.0.0
"
all_ruby_prepare() {
sed -i -e '/reporters/I s:^:#:' test/test_helper.rb || die
}