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/arel-helpers/
Date: Thu, 09 Feb 2017 06:03:13
Message-Id: 1486618900.f1bf0bbc8a45e921c4c098d137607dd5eb04d3ce.graaff@gentoo
1 commit: f1bf0bbc8a45e921c4c098d137607dd5eb04d3ce
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 05:41:40 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 05:41:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bf0bbc
7
8 dev-ruby/arel-helpers: add ruby23; update activerecord deps; drop x86 keyword
9
10 Package-Manager: portage-2.3.3
11
12 dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild
16 index 6ab3f81e59..582f701b49 100644
17 --- a/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild
18 +++ b/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild
19 @@ -1,12 +1,12 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 -USE_RUBY="ruby20 ruby21 ruby22"
27 +USE_RUBY="ruby21 ruby22 ruby23"
28
29 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
30 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
31 +RUBY_FAKEGEM_RECIPE_TEST="rspec"
32
33 inherit ruby-fakegem
34
35 @@ -15,11 +15,11 @@ HOMEPAGE="https://github.com/camertron/arel-helpers"
36
37 LICENSE="MIT"
38 SLOT="0"
39 -KEYWORDS="~amd64 ~arm ~x86"
40 +KEYWORDS="~amd64 ~arm"
41 IUSE=""
42
43 ruby_add_rdepend "|| (
44 - dev-ruby/activerecord:4.1
45 + dev-ruby/activerecord:5.0
46 dev-ruby/activerecord:4.2 )"
47
48 ruby_add_bdepend "test? (