Install this version:
emerge -a =dev-ruby/prawn-templates-0.1.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ruby/prawn-templates-0.1.2
Or alternatively:
emerge --autounmask-write -a =dev-ruby/prawn-templates-0.1.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.2 | 8 | ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 | 0 |
# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_DOC="yard" RUBY_FAKEGEM_RECIPE_TEST="rspec3" inherit ruby-fakegem DESCRIPTION="Provides support for templates in Prawn" HOMEPAGE="https://github.com/prawnpdf/prawn-templates" LICENSE="|| ( GPL-2+ GPL-3 Ruby )" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" ruby_add_rdepend " >=dev-ruby/pdf-reader-1.2 >=dev-ruby/prawn-0.11.1 " ruby_add_bdepend "test? ( dev-ruby/mocha >=dev-ruby/pdf-inspector-1.1.0 >=dev-ruby/prawn-1.3.0 )"