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/liquid/
Date: Tue, 11 Dec 2018 08:54:25
Message-Id: 1544517641.fd72a4bea586710bb5b3837300f6f46dd28afa47.graaff@gentoo
1 commit: fd72a4bea586710bb5b3837300f6f46dd28afa47
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 07:23:11 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 08:40:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd72a4be
7
8 dev-ruby/liquid: add ruby25
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/liquid/liquid-2.6.2.ebuild | 4 ++--
14 dev-ruby/liquid/liquid-3.0.6.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-ruby/liquid/liquid-2.6.2.ebuild b/dev-ruby/liquid/liquid-2.6.2.ebuild
18 index ab6f1dffe25..cf42aa9c4b8 100644
19 --- a/dev-ruby/liquid/liquid-2.6.2.ebuild
20 +++ b/dev-ruby/liquid/liquid-2.6.2.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 -USE_RUBY="ruby22 ruby23 ruby24"
28 +USE_RUBY="ruby23 ruby24 ruby25"
29
30 RUBY_FAKEGEM_TASK_DOC=""
31 RUBY_FAKEGEM_TASK_TEST=""
32
33 diff --git a/dev-ruby/liquid/liquid-3.0.6.ebuild b/dev-ruby/liquid/liquid-3.0.6.ebuild
34 index 9a15c5f0ff9..db85e35d7ba 100644
35 --- a/dev-ruby/liquid/liquid-3.0.6.ebuild
36 +++ b/dev-ruby/liquid/liquid-3.0.6.ebuild
37 @@ -1,8 +1,8 @@
38 -# Copyright 1999-2018 Gentoo Foundation
39 +# Copyright 1999-2018 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=5
43 -USE_RUBY="ruby22 ruby23 ruby24"
44 +USE_RUBY="ruby23 ruby24 ruby25"
45
46 RUBY_FAKEGEM_TASK_DOC=""
47 RUBY_FAKEGEM_EXTRADOC="History.md README.md"