Сравнение asciidoctor-2.0.18 с asciidoctor-2.0.18-r1
/usr/portage/dev-ruby/asciidoctor/asciidoctor-2.0.18-r1.ebuild 2023-10-09 14:52:30.420368374 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
USE_RUBY="ruby27 ruby30 ruby31" |
|
5 |
USE_RUBY="ruby27 ruby30 ruby31 ruby32" |
|
6 | 6 | |
7 | 7 |
RUBY_FAKEGEM_TASK_TEST="CUCUMBER_PUBLISH_QUIET=true test features" |
8 | 8 |
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc" |
... | ... | |
19 | 19 | |
20 | 20 |
LICENSE="MIT" |
21 | 21 |
SLOT="0" |
22 |
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86" |
|
22 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" |
|
23 | 23 |
IUSE="" |
24 | 24 | |
25 | 25 |
ruby_add_bdepend "test? ( |
... | ... | |
29 | 29 |
dev-ruby/coderay |
30 | 30 |
dev-ruby/concurrent-ruby |
31 | 31 |
dev-ruby/erubi |
32 |
dev-ruby/haml |
|
32 |
dev-ruby/haml:6 |
|
33 | 33 |
dev-ruby/nokogiri |
34 | 34 |
dev-ruby/rouge |
35 | 35 |
dev-ruby/slim |
36 | 36 |
dev-ruby/tilt )" |
37 | 37 | |
38 |
PATCHES=( |
|
39 |
"${FILESDIR}"/${PN}-2.0.18-haml-6.patch |
|
40 |
"${FILESDIR}"/${PN}-2.0.18-ruby32.patch |
|
41 |
) |
|
42 | ||
38 | 43 |
all_ruby_prepare() { |
39 | 44 |
rm Gemfile || die |
40 | 45 |