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/actionmailer/
Date: Sat, 04 May 2019 18:32:29
Message-Id: 1556994730.94ad9871eedca88195ae0f3c7f05906fed2cac84.graaff@gentoo
1 commit: 94ad9871eedca88195ae0f3c7f05906fed2cac84
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 4 18:00:28 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat May 4 18:32:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ad9871
7
8 dev-ruby/actionmailer: add ruby26
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/actionmailer/actionmailer-5.2.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/actionmailer/actionmailer-5.2.3.ebuild b/dev-ruby/actionmailer/actionmailer-5.2.3.ebuild
17 index 29b1a34c3f1..ea7e94c7ee2 100644
18 --- a/dev-ruby/actionmailer/actionmailer-5.2.3.ebuild
19 +++ b/dev-ruby/actionmailer/actionmailer-5.2.3.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -USE_RUBY="ruby23 ruby24 ruby25"
25 +USE_RUBY="ruby23 ruby24 ruby25 ruby26"
26
27 RUBY_FAKEGEM_TASK_DOC=""
28 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"