commit: f1bf0bbc8a45e921c4c098d137607dd5eb04d3ce Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Feb 9 05:41:40 2017 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Feb 9 05:41:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bf0bbc
dev-ruby/arel-helpers: add ruby23; update activerecord deps; drop x86 keyword Package-Manager: portage-2.3.3 dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild index 6ab3f81e59..582f701b49 100644 --- a/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild +++ b/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_TEST="rspec" inherit ruby-fakegem @@ -15,11 +15,11 @@ HOMEPAGE="https://github.com/camertron/arel-helpers" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm" IUSE="" ruby_add_rdepend "|| ( - dev-ruby/activerecord:4.1 + dev-ruby/activerecord:5.0 dev-ruby/activerecord:4.2 )" ruby_add_bdepend "test? (
