Сравнение asciidoctor-2.0.18-r1 с asciidoctor-2.0.20
/usr/portage/dev-ruby/asciidoctor/asciidoctor-2.0.20.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 ruby32" |
|
5 | ||
6 |
USE_RUBY="ruby30 ruby31 ruby32" |
|
6 | 7 | |
7 | 8 |
RUBY_FAKEGEM_TASK_TEST="CUCUMBER_PUBLISH_QUIET=true test features" |
8 | 9 |
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc" |
... | ... | |
19 | 20 | |
20 | 21 |
LICENSE="MIT" |
21 | 22 |
SLOT="0" |
22 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" |
|
23 |
KEYWORDS="~amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~x86" |
|
23 | 24 |
IUSE="" |
24 | 25 | |
25 | 26 |
ruby_add_bdepend "test? ( |
... | ... | |
35 | 36 |
dev-ruby/slim |
36 | 37 |
dev-ruby/tilt )" |
37 | 38 | |
38 |
PATCHES=( |
|
39 |
"${FILESDIR}"/${PN}-2.0.18-haml-6.patch |
|
40 |
"${FILESDIR}"/${PN}-2.0.18-ruby32.patch |
|
41 |
) |
|
42 | ||
43 | 39 |
all_ruby_prepare() { |
44 | 40 |
rm Gemfile || die |
45 | 41 |