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/dotenv/
Date: Mon, 06 May 2019 17:58:29
Message-Id: 1557165487.055100f83c76957d8699240309b16bd5b390b0ae.graaff@gentoo
1 commit: 055100f83c76957d8699240309b16bd5b390b0ae
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 6 17:44:33 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon May 6 17:58:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055100f8
7
8 dev-ruby/dotenv: 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/dotenv/dotenv-2.7.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/dotenv/dotenv-2.7.2.ebuild b/dev-ruby/dotenv/dotenv-2.7.2.ebuild
17 index f4d2a225eb2..5f46a920778 100644
18 --- a/dev-ruby/dotenv/dotenv-2.7.2.ebuild
19 +++ b/dev-ruby/dotenv/dotenv-2.7.2.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_EXTRADOC="README.md Changelog.md"
28 RUBY_FAKEGEM_RECIPE_TEST="rspec3"