Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor/
Date: Sun, 18 Apr 2021 06:13:32
Message-Id: 1618726402.1a4a08e6bcf96ec1af5e4dc5af4d3675f1e0c19d.graaff@gentoo
1 commit: 1a4a08e6bcf96ec1af5e4dc5af4d3675f1e0c19d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:13:07 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:13:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4a08e6
7
8 dev-ruby/asciidoctor: add ruby27
9
10 Bug: https://bugs.gentoo.org/764515
11 Package-Manager: Portage-3.0.17, Repoman-3.0.2
12 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
13
14 dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild b/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild
18 index 15d529af89d..b19e986d2fc 100644
19 --- a/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild
20 +++ b/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -USE_RUBY="ruby25 ruby26"
28 +USE_RUBY="ruby25 ruby26 ruby27"
29
30 RUBY_FAKEGEM_TASK_TEST="test features"
31 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"