Install this version:
emerge -a =dev-ruby/bootsnap-1.18.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ruby/bootsnap-1.18.4
Or alternatively:
emerge --autounmask-write -a =dev-ruby/bootsnap-1.18.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.18.4 | 8 | ~amd64 | $(ver_cut 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_EXTRADOC="CHANGELOG.md README.md"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
RUBY_FAKEGEM_EXTENSIONS=(ext/bootsnap/extconf.rb)
RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/bootsnap
inherit ruby-fakegem
DESCRIPTION="Boot large ruby/rails apps faster"
HOMEPAGE="https://github.com/Shopify/bootsnap"
SRC_URI="https://github.com/Shopify/bootsnap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"
IUSE="test"
ruby_add_rdepend "
>=dev-ruby/msgpack-1.2:0
"
ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 dev-ruby/mocha:2 )"
all_ruby_prepare() {
sed -i -e '/\(byebug\|rake-compiler\|rubocop\)/ s:^:#:' Gemfile || die
}
each_ruby_test() {
${RUBY} -Ilib:test:. -e 'Dir["test/**/*_test.rb"].each{|f| require f}' || die
}
Manage flags for this package:
euse -i <flag> -p dev-ruby/bootsnap |
euse -E <flag> -p dev-ruby/bootsnap |
euse -D <flag> -p dev-ruby/bootsnap
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bootsnap-1.18.4.tar.gz | 57811 bytes | https://github.com/Shopify/bootsnap/archive/v1.18.4.tar.gz |