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/railties/
Date: Mon, 21 Jan 2019 17:47:44
Message-Id: 1548092850.ba0657d906061c923ff7cd293afaf2e02a0a9050.graaff@gentoo
1 commit: ba0657d906061c923ff7cd293afaf2e02a0a9050
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 21 17:47:30 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 21 17:47:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0657d9
7
8 dev-ruby/railties: fix eselect-rails dependency
9
10 Require a new enough version that recognizes rails 5.2.
11
12 Fixes: https://bugs.gentoo.org/675822
13 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15
16 dev-ruby/railties/railties-5.2.2.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-ruby/railties/railties-5.2.2.ebuild b/dev-ruby/railties/railties-5.2.2.ebuild
20 index 8dc48c4f937..2ab2e1ea1ca 100644
21 --- a/dev-ruby/railties/railties-5.2.2.ebuild
22 +++ b/dev-ruby/railties/railties-5.2.2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Authors
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -31,7 +31,7 @@ RUBY_S="rails-${PV}/${PN}"
30 # investigation.
31 RESTRICT="test"
32
33 -RDEPEND+=">=app-eselect/eselect-rails-0.23"
34 +RDEPEND+=">=app-eselect/eselect-rails-0.24"
35
36 ruby_add_rdepend "
37 ~dev-ruby/activesupport-${PV}