Install this version:
emerge -a =dev-ruby/base32-0.3.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ruby/base32-0.3.4
Or alternatively:
emerge --autounmask-write -a =dev-ruby/base32-0.3.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.4 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby32 ruby33 ruby34 ruby40"
RUBY_FAKEGEM_TASK_DOC=""
inherit ruby-fakegem
DESCRIPTION="A library which provides base32 decoding and encoding"
HOMEPAGE="https://rubygems.org/gems/base32 https://github.com/stesla/base32"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
ruby_add_bdepend "test? (
dev-ruby/minitest
dev-ruby/rake )"
all_ruby_prepare() {
sed -i -e "1,10d" Rakefile || die
}
Manage flags for this package:
euse -i <flag> -p dev-ruby/base32 |
euse -E <flag> -p dev-ruby/base32 |
euse -D <flag> -p dev-ruby/base32